Sep 11, 2017, 4:43 PM
[CLOSED] Datepickerfield error
Hi I am having a problem with the Datepickerfield control.
If i place one on my page i am getting an error as follows...
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Ext.Net.Mobile.DatePickerFieldBase.set_RawValue(Ob ject value) at Ext.Net.Mobile.DatePickerFieldBase.LoadPostData(St ring postDataKey, NameValueCollection postCollection) at Ext.Net.Mobile.Field.System.Web.UI.IPostBackDataHa ndler.LoadPostData(String postDataKey, NameValueCollection postCollection) at System.Web.UI.Page.ProcessPostData(NameValueCollec tion postData, Boolean fBeforeLoad) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(Http Context context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.admin_mobile_flexmobile_aspx.ProcessRequest(Ht tpContext context) at System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e() at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)
I am not even trying to set a date on it.
It happens on page load and every subsequent direct event triggers the same error.
If i put it on a blank page it seems ok so it must be clashing with something on my page.
I have tried removing numerous things from page without success.
My page is too big to post so just wondering if you know anything about this error.
Also on the empty page where it does load if i try to set a date on it from page load it throws an error also saying object can't be found.
Thanks
If i place one on my page i am getting an error as follows...
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Ext.Net.Mobile.DatePickerFieldBase.set_RawValue(Ob ject value) at Ext.Net.Mobile.DatePickerFieldBase.LoadPostData(St ring postDataKey, NameValueCollection postCollection) at Ext.Net.Mobile.Field.System.Web.UI.IPostBackDataHa ndler.LoadPostData(String postDataKey, NameValueCollection postCollection) at System.Web.UI.Page.ProcessPostData(NameValueCollec tion postData, Boolean fBeforeLoad) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(Http Context context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.admin_mobile_flexmobile_aspx.ProcessRequest(Ht tpContext context) at System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e() at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)
I am not even trying to set a date on it.
It happens on page load and every subsequent direct event triggers the same error.
If i put it on a blank page it seems ok so it must be clashing with something on my page.
I have tried removing numerous things from page without success.
My page is too big to post so just wondering if you know anything about this error.
Also on the empty page where it does load if i try to set a date on it from page load it throws an error also saying object can't be found.
Thanks
Last edited by fabricio.murta; Dec 01, 2017 at 6:16 PM.
Reason: no feedback from the user in 7+ days