The value is null, if it helps, the gridview is under a login control
vb Code:
<asp:GridView ID="GridView1" runat="server" AutoGenerateEditButton="True" onpageindexchanging="GridView1_PageIndexChanging" onrowcancelingedit="GridView1_RowCancelingEdit" onrowediting="GridView1_RowEditing" onrowupdating="GridView1_RowUpdating" > </asp:GridView>




Reply With Quote