S
Sudhir
I have autogeneratecolumns=true in a datagrid. Is it
possible to have a hyperlink column with a URLfield and
formatstring that are dynamically generated without hard
coding them.
<asp:HyperLinkColumn Text="Select" DataNavigateUrlField=<%
=ds.Tables("Codes").Columns(0).ColumnName%>
DataNavigateUrlFormatString=<%=path &"?ID={0}"%
Is there any other way like using a template column for a
hyperlink column?
possible to have a hyperlink column with a URLfield and
formatstring that are dynamically generated without hard
coding them.
<asp:HyperLinkColumn Text="Select" DataNavigateUrlField=<%
=ds.Tables("Codes").Columns(0).ColumnName%>
DataNavigateUrlFormatString=<%=path &"?ID={0}"%
Is there any other way like using a template column for a
hyperlink column?