aspx page redirect not working in iframe tag [modified]
-
hi all, my website registration happens in 2 or more pages. i save the user information of the first page in the session variable and then when i try to redirect to second page it fails. in second page i check if session data is present from first page else i would redirect to the first page from second page.error occured is given below System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse) at System.Web.HttpResponse.Redirect(String url) at HomeAccounts.registerCLI.Page_Load(Object sender, EventArgs e) how can i resolve it any suggestions or help are welcome... thanks in advance.
Rama Charan Prasad "Be happy and Keep smiling.Thats what u want be always..:)"
-
hi all, my website registration happens in 2 or more pages. i save the user information of the first page in the session variable and then when i try to redirect to second page it fails. in second page i check if session data is present from first page else i would redirect to the first page from second page.error occured is given below System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse) at System.Web.HttpResponse.Redirect(String url) at HomeAccounts.registerCLI.Page_Load(Object sender, EventArgs e) how can i resolve it any suggestions or help are welcome... thanks in advance.
Rama Charan Prasad "Be happy and Keep smiling.Thats what u want be always..:)"
http://support.microsoft.com/kb/817266[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
http://support.microsoft.com/kb/817266[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
thanks for reply .. but i am not using server.Transfer i am using response.redirect so the error is something different please help
Rama Charan Prasad "Be happy and Keep smiling.Thats what u want be always..:)"