Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started