i get null when i try to access the textbox value in the grid.
        TextBox ApplicationName = (TextBox)ctlGridView.Rows
[e.RowIndex].FindControl("txtApplnm");

ApplicationName.text returns null even though value is added after
gridview edit click.

Reply via email to