Hai...
How can is actually to adding hyperlinkcolumn in datagarid ?
I have 2 forms which are viewtopic.aspx and viewposttopic.aspx.
Form_A.aspx
having <asp:hyperlinkcolumn> and datagrid.
the hyperlink that auto created supposely will navigate user to Form_B.aspx
and display informations based on category. For example, if user click Entertainment, in Form_B.aspx it should display only Entertainment information.
<asp:HyperLinkColumn DataNavigateUrlField="a_category" DataTextField="a_category" DataNavigateUrlFormatString="ViewPostTopic.aspx?a_category={0}"></asp:HyperLinkColumn>
The problem is that every hyperlink will display all information from others categories as well. How can i make if the user click Entertainment for example it will go to Form_B.aspx and display only information in Entertainment only??
Any help is appreciate.
Thank you.
Regards,
Julie