I want your help in finding the error occurred in my program.
I tried my best to find and solve the error. but in vain.
Here the error:-
I later find that the error is in GridView code. Please go through the GridView code and give a solution for this error.
Here the page's html code:-
Class
BorderStyle="Solid" BorderWidth="1px" CellPadding="3" ForeColor="Black"
GridLines="Vertical" onitemcommand="DetailsView1_ItemCommand"
oniteminserting="DetailsView1_ItemInserting" >
BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" CellPadding="3"
ForeColor="Black" GridLines="Vertical" ShowFooter="True"
onrowcancelingedit="dgvClass_RowCancelingEdit"
onrowcommand="dgvClass_RowCommand"
onselectedindexchanging="dgvClass_SelectedIndexChanging">

Iftikar HussainPosted Aug 27, 2013, 11:52 PM
Modified the below code for removing the semicolon
Regards,
Iftikar
Bineesh ViswanathPosted Aug 27, 2013, 11:16 PM
Abhishek Kumar RaviPosted Aug 27, 2013, 5:14 PM