again a problem after my upgrade to the July version of VS.
All my grids with an HyperLinkField column don't render the Hyperlink!!!
the href part of the <a> tag is not here in the HTML code.
My Href is a javascript command:
<asp:HyperLinkField
DataNavigateUrlFields="ProjectID"
DataNavigateUrlFormatString="javascript:OpenProject({0})"
DataTextField="ProjectName"
HeaderText="Project"
SortExpression="ProjectName">
</asp:HyperLinkField>
in the june version all works fine.
but if I remove the javascript: in the format string, then the link is render properly.
Willgart
Member
345 Points
69 Posts
no link rendered in an HyperLinkField column with July version???
Jul 24, 2005 01:51 PM|LINK
again a problem after my upgrade to the July version of VS.
All my grids with an HyperLinkField column don't render the Hyperlink!!!
the href part of the <a> tag is not here in the HTML code.
My Href is a javascript command:
<asp:HyperLinkField DataNavigateUrlFields="ProjectID" DataNavigateUrlFormatString="javascript:OpenProject({0})" DataTextField="ProjectName" HeaderText="Project" SortExpression="ProjectName"> </asp:HyperLinkField>
in the june version all works fine.
but if I remove the javascript: in the format string, then the link is render properly.
there is anything to do?
thanks.