Getting the editable textbox value from Gridview control
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
Can someone help me to figure out how to get the editable textbox value from the GridView in my code-behind ? I am using the code something like- GridView2.Rows[e.RowIndex].Cells[4].Text.Trim() But when I click the update link button , I don't get the value. Is there another way of doing this ? I want to Read the GridView cell from my code-behind and pass that to a update method that I have written in the .cs file. Thanks in advanced !! :)