Page Events hook via designer

  • Thread starter Thread starter Lit
  • Start date Start date
L

Lit

Hi,

How to hook to the Page events like PreRender. in C#

I need to just add the event and signature provided. I don't want to hunt
for the signature etc..

I thought we can select the event from some place

Thank you,

Lit
 
Not possible that I know of, but if you're using CodeBehind just start
typing override and intellisense will bring up possible events that can be
overriden. Select the event you want and it will write out the rest.
 

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

Back
Top