Question: We wrote this code behind for our home page in asp.net #C project and we are facing errors with (command argument+command name). And these are
We wrote this code behind for our home page in asp.net #C project
and we are facing errors with (command argument+command name).
And these are the error messages:
1:
Severity Code Description Project File Line Suppression State
Error CS1061 'EventArgs' does not contain a definition for 'CommandName' and no accessible extension method 'CommandName' accepting a first argument of type 'EventArgs' could be found (are you missing a using directive or an assembly reference?)
2:
Severity Code Description Project File Line Suppression State
Error CS1061 'EventArgs' does not contain a definition for 'CommandArgument' and no accessible extension method 'CommandArgument' accepting a first argument of type 'EventArgs' could be found (are you missing a using directive or an assembly reference?)
If anyone can help us on what to do I'll be very thankful
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
