G
Guest
i have a GridView with a column :
<asp:HyperLinkField HeaderText="Package Id" DataTextField="id"
DataNavigateUrlFields="id"
DataNavigateUrlFormatString ="Packages.aspx?id={0}"
SortExpression="id"
</asp:HyperLinkField>
how can i in the packageGridView_RowDataBound event
if i have a certin value, to cancel the link and top ut just some text?
Thanks i nadvance
peleg
<asp:HyperLinkField HeaderText="Package Id" DataTextField="id"
DataNavigateUrlFields="id"
DataNavigateUrlFormatString ="Packages.aspx?id={0}"
SortExpression="id"
<ItemStyle HorizontalAlign="Left"></ItemStyle>
</asp:HyperLinkField>
how can i in the packageGridView_RowDataBound event
if i have a certin value, to cancel the link and top ut just some text?
Thanks i nadvance
peleg