I have Visual Studio 2010. I learned that for creating event handlers we have to go to the code-behind page and then we have to select the event from the drop down list, but I am not able to select events other than page load.
How do I fix this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Screen prints/existing code would help…
But in the meantime, showing all event handlers appears to be a VB only feature. See here. Could it be that you have not yet defined objects for those event handlers to act on?
Alternatively, it may just be a C# thing. You may view events available to particular controls in the object’s Properties window in the Form layout view.