Posted on: 7/28/2014 9:25:44 AM | Views : 363

Hi All
I trying to pass a number of parameters from my gridView to open a new page. 
I've been following this tutorial but got lost, in that I don't know what the dt.Rows.Add(1, 21, 15000); numbers refer to)
Here's my gridView:
<asp:GridView ID="gvLeavers" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" CellPadding="4" DataSourceID="dsLeavers" ForeColor="#333333" GridLines="None"> <Columns> <asp:TemplateField> <ItemTemplate> <asp:LinkButton ID="btnPassRowData" ...

Go to the complete details ...