|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do I create links from an SQL query
How can I create linkable results from an SQL query? I know how to shove the results into a datatable, but I want to be able to have one of the fields linkable to some detail information. Any help would be appreciated. Thanks.
|
|
#2
|
|||
|
|||
|
include the field in an HTML anchor tag as a querystring<br><br>assign the required field value to a variable<br><br>varName=RECORDSET("FIELDNAME")<br><br>then the link would be<br><br>a href="PAGENAME.asp?fieldName=<%=varName%>"
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > How do I create links from an SQL query |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|