I have ASP.NET application and use the same ASPX page to display 3 different steps in some process. The address looks as following:
http://site/Order.aspx?ActionID=a&ActionDate=b&SeatType=&SeatsID=c&RowNumber=&Price=d&OpenID=e&MuzTVPas=e
But, on last step I need to display different url address that should look as following:
http://site/Order.aspx?Basket=thanks
So, is it possible to force displaying another address without all those parameters?