automatically generate event handler code?

G

gouqizi.lvcha

Does VS2005 has the ability to generate event handler code in the code
behind? For example, I cannot find the UI to help me to create event
like Page_Init().

Tom
 
P

Peter Bucher [MVP]

Hello tom
Does VS2005 has the ability to generate event handler code in the code
behind? For example, I cannot find the UI to help me to create event
like Page_Init().
write: "myObj.myEvent += " and press two times on <TAB>,

then, your eventhandler beiing created.
 
W

Wes Davis

Peter:
write: "myObj.myEvent += " and press two times on <TAB>,

then, your eventhandler beiing created.

Doesn't that also have to be in (or no later than) a certain place relative
to the page event sequence / lifecycle? Or in the page class constructor?

I just thought it's worth asking.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top