R Robin Jul 8, 2004 #1 In ASP.Net is there some classes and methods which can be used to generate HTML for an A tag?
C Curt_C [MVP] Jul 8, 2004 #2 will the <asp:Hyperlink...> control work for you? Otherwise just use an <asp:Label...> and build the HREF tag yourself.
will the <asp:Hyperlink...> control work for you? Otherwise just use an <asp:Label...> and build the HREF tag yourself.
R Robin Jul 8, 2004 #3 I need to create the HTML in the code behind page and output it as part of an unbound datagrid.
A ashelley Jul 8, 2004 #4 I need to create the HTML in the code behind page and output it as part of an unbound datagrid. Click to expand... a LinkButton -Adam
I need to create the HTML in the code behind page and output it as part of an unbound datagrid. Click to expand... a LinkButton -Adam