ASP.NET Page_Load event problem with Include Files

  • Thread starter Thread starter Don Wash
  • Start date Start date
D

Don Wash

Hi All!

I'm having trouble with several ASPX files included in my main ASPX page.
Each of the ASPX file have corresponding Page_Load event and I get the error
saying it is conflicting when the main ASPX page is executed!

How can I correct that problem? I need to have Page_Load event on every ASPX
page because I need to access Session variables (which are only accessible
inside a method?)

Thanks in advance!!

Don
 

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