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.
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.