Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I've downloaded the 'An Easy Introduction to Localization in ASP.NET 2.0' . I wanted to add a new country Imagebutton but the Event Handler in the class code view did not show the Event Handler for the button. It did show me list for Protected Sub and Priv.. and Sub.. I checked the other imagebuttons but they did not show either. I tryed a standard button, but no.

:-\
Posted

First of all, you are asking question and then replying to your own question with an another question as an answer! NOT RIGHT! Pls dont do this!

Now, are you talking of the event binding missing in the code behind file? It might be that "AutoEventWireUp" property of the page may be set to true.

If you want to execute certain piece of code, write that in the button handler. For generating the button handler in code behind file, easiest for you would be to double click the button in designer. Once generated, just write the code you want to be executed.
 
Share this answer
 
I have vs2008 standard version , but have not seen this before. Is there
possible that there is something that I forgot to install after last formatting?
 
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