Hai,
In grid view ,i give the link in the second column to the next page and also i want to pass a first column text as a query string with this link to the next page,
how to do this,
<a href="reply.aspx?title1="title"><asp:Label ID="lblReplies" runat="server" Text="Reply">asp:Label>a>
//Here the label box Reply is present in the second column,
and also i title text is present in the first column how can i pass the title,
Thank u,
Loading
Krishna GaradPosted Jan 10, 2011, 2:14 AM
Subhendu DePosted Jan 10, 2011, 1:55 AM
In rowdatabound event, you need to set the value of hyperlink column.