aspx page code
<asp:GridView ID="GridViewAdmin_Users" runat="server" DataKeyNames="OldPassword, OldSalt">
aspx.cs page code
string orginial_password = GridViewAdmin_Users.DataKeys[e.RowIndex].Values[0];
string original_salt = GridViewAdmin_Users.DataKeys[e.RowIndex].Values[1];
var tpRemarks = grd_Invoice.Rows[e.RowIndex].FindControl("txtTPRemarks") as TextBox;
-------------------
No comments:
Post a Comment