Urgent to display data in hyperlinks

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello Al
I Need to display the return data in the form of hyperlinks when I do a Sql-Query.I need to display it on a aspx page.Iam using C#.....Any Ideas Pleas

Thank
 
Irshad:

You can iterate though a datareader for instance, and create a new hypelink
at each pass, setting its properties as you go.

irshad said:
Hello All
I Need to display the return data in the form of hyperlinks when I do a
Sql-Query.I need to display it on a aspx page.Iam using C#.....Any Ideas
Please
 
Back
Top