T
TB
On a user control (ascx) I have a datagrid with a hyperlink column
containing the following code:
<asp:HyperLinkcolumn headerstyle-width="80px" ItemStyle-Width="80px"
DataNavigateUrlField="ID" DataNavigateUrlFormatString="home.aspx?
i={0}&<%=lang%>"
Text="Click"></asp:HyperLinkcolumn>
However when I run the page containing the user control, the resulting
link in the column litterally contains ";<%=lang%>" and not the lang
variable that I want to call.
What I am doing wrong here?
Thanks
TB
containing the following code:
<asp:HyperLinkcolumn headerstyle-width="80px" ItemStyle-Width="80px"
DataNavigateUrlField="ID" DataNavigateUrlFormatString="home.aspx?
i={0}&<%=lang%>"
Text="Click"></asp:HyperLinkcolumn>
However when I run the page containing the user control, the resulting
link in the column litterally contains ";<%=lang%>" and not the lang
variable that I want to call.
What I am doing wrong here?
Thanks
TB