Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
CS1061: 'System.Web.UI.WebControls.GridViewDeletedEventArgs' does not contain a definition for 'RowIndex' and no extension method 'RowIndex' accepting a first argument of type 'System.Web.UI.WebControls.GridViewDeletedEventArgs' could be found (are you missing a using directive or an assembly reference?)
Posted
Comments
Sandeep Mewara 14-Feb-13 8:34am    
Care to elaborate a little around the error? What are you trying to do? Code line?

1 solution

This has nothing to do at all with SQL...

You have a GridViewDeletedEventArgs object, of which you try to access a RowIndex property, which does not exist.

Solution => debug your application and you will see where the problem lies.
 
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