Hi All,
I do not know how to start this issue?
My issue is here:
When user enters this url (http://darma/allproducts?prodID=14&Mode=Refresh) in the browser.
It redirects the default page (loginpage.aspx).
In login page there is user name and password textbox, after entering correct username and password I wanted to show the requested page in browser, that is (http://darma/allproducts?prodID=14&Mode=Refresh).
Advance thanks,
Darma
Loading
Khan Abrar AhmedPosted Apr 15, 2014, 9:25 AM
you can use this
string url="Defualr.aspx?<
Response.Redirect(url,false);
Istekhar AhmadPosted Apr 15, 2014, 9:01 AM
Server.Transfer("Otherpage.aspx");
darma tejaPosted Apr 15, 2014, 7:51 AM
Munesh SharmaPosted Apr 15, 2014, 3:28 AM
Munesh SharmaPosted Apr 15, 2014, 3:26 AM