Unable to fetch value of textbox inside gridview on button click in ASP.NET C#
I have a gridview where I want to write some remarks in textbox which is inside that gridview. protected void btnRejectSite_Click(object sender, EventArgs e) { string strRemarks = string.Empty; string strID = string.Empty; string strCurrentUser = string.Empty; foreach (GridViewRow row…