how to get values from asp gridview to code behind to update.
label can get values. but text box value not gettig. its getting empty from text box.
ShowFooter="True" AutoGenerateColumns="False"
CellPadding="4" ForeColor="#333333"
GridLines="None" OnRowDeleting="grvStudentDetails_RowDeleting">
DataField="itemname"
SortExpression="itemname">
<%--
--%>
<%--
Text="Add Image " />--%>
<%--
--%>
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Midhun TpPosted Aug 14, 2017, 1:17 AM
Sundaram SubramanianPosted Aug 13, 2017, 7:18 AM