Get Values From Grid View To Update it
Hi Folks, i got a question from one of our boomers to how can he get values from gridview to update values. here,is the answer. Way #1 : string test = MyGV.Rows[indx].Cells[1].Text ; Way #2 : if you want to get DataKey value from GridView string test
Read More...
Read the complete post at http://moustafa-arafa.blogspot.com/2006/11/get-values-from-grid-view-to-update-it.html