Click here to Skip to main content
15,885,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Friends,
I'm facing a problem with the GM datepicker control. Which is ajax based control. This control is working in all the browsers in Windows family OS but having problem in MAC OS's Safari browser, even i've installed chrome in MAC OS the control is working fine only.

When I click on calender icon in safari browser (MAC OS)the following exception is raising.

Error Message:

System.ApplicationException: Response.Redirect cannot be called in a Page callback. at System.Web.HttpResponse.Redirect(String url, Boolean endResponse) at System.Web.HttpResponse.Redirect(String url) at PageBase.Page_Init(Object sender, EventArgs e) in d:\Sites\medicaluat\App_Code\PageBase.cs:line 35 at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Page.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


Please suggest me to fix this error.
Posted

1 solution

Hi Friends,

I found solution for this problem in the below link.

Solution to my problem
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900