|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Templates with ASP & SQL |
From: |
Kush Desai |
Date: |
12/23/2000 5:42:19 AM |
IP: |
203.197.9.234 |
Does anybody know how i can write the result of a SQL query into a template using ASP? I wanna use templates to seperate the content from the layout.
so i want a template like
Name Address
[1] [2]
[1] & [2] are the markers i wanna replace with the data from the database.
so i want to achieve some thing like this
Name Address
Guy1 Add1
Guy2 Add2
Guy3 Add3
any ideas?
|
|
|
|
|
|
|
|
|
|
|
|
|