Hi, I have a grid with a HyperLink and the hyperlink needs to link:
SomePage.aspx?ID=CodeID coming from some column on table on SQL Server, the
grid is already binded with the DB, but I dont know how to code the
hyperlink
What is the code on RowDataBound?
Can you help me?
Thanks!
Asp.net 2.0 C# VS 2005
Justin Dutoit - 21 Mar 2008 05:57 GMT
Hi Paulo. Post your code, that would help. Look at
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/data/templates.aspx#expressions
as well.
Hth
JDT
> Hi, I have a grid with a HyperLink and the hyperlink needs to link:
> SomePage.aspx?ID=CodeID coming from some column on table on SQL Server,
[quoted text clipped - 8 lines]
>
> Asp.net 2.0 C# VS 2005