G
Guest
When I start the application by entering param1 in the url, I want to be
redirected to webform1, and when I start the application by entering param2
in the url I want to be redirected to webform2.
What event should I use to achieve this kind of processing?
I know that I can use Page Load event,
but if it's possible I want to redirect the user to a certain webform before
showing the startpage.
So is there any other event on application level ?
Thanks
redirected to webform1, and when I start the application by entering param2
in the url I want to be redirected to webform2.
What event should I use to achieve this kind of processing?
I know that I can use Page Load event,
but if it's possible I want to redirect the user to a certain webform before
showing the startpage.
So is there any other event on application level ?
Thanks