Click here to Skip to main content
15,896,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

can anyone help.

how to solve this error?

System.Web.HttpException: The GridView 'grdviewcollege' fired event RowDeleting which wasn't handled.
Posted

Hi there...

Just select your GridView in Design Mode and go to the properties window..
Click on Event which is right there on the top of your properties window..

refer this[^] figure..

Click on that event and find RowDeleting in the rows and double click on that..

Now your problem is solved.. :)

All the best..
 
Share this answer
 
Comments
sathiyak 25-Feb-12 1:54am    
i have solved..thank you
try adding
try
catch

in grid_rowdeleting
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900