Helo Developers,
I'm using ajax ModalPopupExtender in my code. After login i am calling another page in popup window. My problem is when i have complete the work on called page and then click the called page event and what to redirect the page to another page that page open in popup up window. But i want to open it in normal form. Below is my code for Login in design page and called page
Login Page
CancelControlID="btnClose" BackgroundCssClass="modalBackground">
Post Task Page :
Post Task Code Page :
protected void btn_Contine_Budget_Click(object sender, EventArgs e)
{
Response.Redirect("My_Task.aspx");
}
2 Replies
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.
Gaurav PalPosted Feb 8, 2016, 3:10 AM
Chandu KumawatPosted Feb 8, 2016, 3:08 AM