Hi,
We use a scheduler in our site which by default loads all the appointments for everyone on that given day.
We have a separate drop down which has user names. When a username is selected from the list, schedule for that user is loaded in the scheduler.
When the scheduler is empty , it loads well.
In some cases where the calendar is full with appointments, when i select a user from the drop down, I get the error given below. I get this error before it goes to dropdown_selectedindexchange event. Does this have anything to do with the view state? What fix is needed to get it working ?
'System.Web.HttpUnhandledException' was thrown. --->
System.Web.HttpException: Maximum request length exceeded.
at
System.Web.HttpRequest.GetEntireRawContent()
at
System.Web.HttpRequest.FillInFormCollection()
at
System.Web.HttpRequest.get_Form()
at
System.Web.HttpRequest.get_HasForm()
at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean
dontReturnNull)
at
System.Web.UI.Page.DeterminePostBackMode()
at
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint)
Thanks,
Ravi