View Single Post
Old 27-Feb-2007, 04:48 AM   #2 (permalink)
Sangeetha
Fixed Error!
 
Sangeetha's Avatar

Posts: 139
Location: Chennai
Join Date: Feb 2007
Rep Power: 2 Sangeetha is on a distinguished road

IM:
Default Re: Gridview Hyperlink in ASP.NET 2.0 using VB

You can use a Hyperlink field..

For example:

<asp:HyperLinkField HeaderText="your header" DataTextField="The field you want to display" DataNavigateUrlFields="The field that will provide the navigation, usually an ID field" DataNavigateUrlFormatString="yourpage.aspx?id={0}" />
Sangeetha is offline   Reply With Quote