updating
i am gettin' error when am updating

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.
Iftikar HussainPosted Aug 22, 2013, 12:17 AM
Please refer the below link for editing gridview
http://devilswork.wordpress.com/2009/03/27/gridview-row-edit-delete-and-update/
Regards,
Iftikar
Safeer SafeerPosted Aug 22, 2013, 12:12 AM
BorderStyle="None" BorderWidth="1px" CellPadding="3" CellSpacing="2"
DataKeyNames="classId" DataSourceID="SqlDataSource2" Height="16px"
onpageindexchanging="gvclass_PageIndexChanging"
onselectedindexchanging="gvclass_SelectedIndexChanging" Width="268px"
onrowcancelingedit="gvclass_RowCancelingEdit" onrowediting="gvclass_RowEditing"
onrowupdating="gvclass_RowUpdating">
Safeer SafeerPosted Aug 22, 2013, 12:12 AM
Iftikar HussainPosted Aug 22, 2013, 12:09 AM
The issue is due it is not able to find the control. Is there any textbox by id txtclassname in your gridview? Can you share your gridview code?
Regards,
Iftikar