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
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