Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp.net form routing

Status
Not open for further replies.

kabiadyo

MIS
Joined
Feb 17, 2012
Messages
4
Location
US
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

Code:
<asp:HyperLinkField DataNavigateUrlFields="productId"  DataNavigateUrlFormatString="productItems.aspx?ProductDetailId={0}"   Text="View Product Detail" HeaderText="View Product Detail" />

thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top