Missing asp.net page events (aka lightening bolt)

J

Jason

A co worker of mine pointed out that we were missing the page level event
properties icon (aka the lightening bolt). This is vs.net 2005 and if I open
a web page in design mode apparently there should be in the Properties
window a lightening bolt representing the page level events that we can
double click and it'll set up the event code for us.

If I view a page and add a button for example the bolt appears and I can
click that and view the event I may wish to subscibe too. This disappears if
I click the page, so how do I add page level events other than knowing which
one I want and adding the code manually?

Thanks
 
M

Mark Fitzpatrick

I don't think you're missing them, I just think they're not there. Typically
to make use of an event I just start typing override and let intellisense
take it away.
 

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

Top