Below is the solution
<asp:GridView ID="gvSubject" runat="server" >
<Columns>
<asp:HyperLinkField DataTextField="CategoryName" DataNavigateUrlFields="SubjectID,SubjectName,Description"DataNavigateUrlFormatString="TargetPage.aspx?SubjectID={0}&SubjectName={1}&description={2}" />
Columns>
asp:GridView>
No comments:
Post a Comment