I am woring on master detail page. I am passing a value using a query string.
I am learning how touse asp.net web form routing and I am wondering if someone can help me how I can use it here. do i need to change gridview hyperlink to template to use routing? please help
thank you
I am learning how touse asp.net web form routing and I am wondering if someone can help me how I can use it here. do i need to change gridview hyperlink to template to use routing? please help
Code:
<asp:HyperLinkField DataNavigateUrlFields="productId" DataNavigateUrlFormatString="productItems.aspx?ProductDetailId={0}" Text="View Product Detail" HeaderText="View Product Detail" />
thank you