I have to redirect to a page from User Control. (Response.Redirect is not working)
How can i do?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Oct 24, 2013, 3:30 AM
use
Page.Response.Redirect("path of thepage");
or
Page.Response.Redirect("path of the page",false);