S
Seth Broomer
Hi, i have a .aspx Page, inside that page is a web user control.
The user control is basically a login control.
if the user is logged in the page shows one thing.
if the user isn't logged in it shows something else (basically telling them
to login)
but i have noticed that when the user logs in through the control, first the
page_load event on the .aspx page is ran,
then the onclick event for the login image event on the web control is
ran...but because of that order, now i need to access the page_load event on
the .aspx page again... is there a way to reference that .aspx page?
thanks
The user control is basically a login control.
if the user is logged in the page shows one thing.
if the user isn't logged in it shows something else (basically telling them
to login)
but i have noticed that when the user logs in through the control, first the
page_load event on the .aspx page is ran,
then the onclick event for the login image event on the web control is
ran...but because of that order, now i need to access the page_load event on
the .aspx page again... is there a way to reference that .aspx page?
thanks