G
Guest
Hello,
Hello my aps.net web application should accept a parameter and do different
things based on whether the parameter is given or not.
If the application is accessed as www.MyWebApp.aspx go to one method
If the application is accessed as www.MyWebApp.aspx?Par go to another method
What is the easiest way to accomplish this?
Hello my aps.net web application should accept a parameter and do different
things based on whether the parameter is given or not.
If the application is accessed as www.MyWebApp.aspx go to one method
If the application is accessed as www.MyWebApp.aspx?Par go to another method
What is the easiest way to accomplish this?