When I try to use the webdatechooser control on a webform, I receive a "Failed to load ViewState" error when posting back. If I remove the control the problem goes away. Any ideas?
I am not doing any dynamic content, I am literally just including the control on a form and it breaks.
Versions:
.Net 3.5
<add assembly="Infragistics35.WebUI.WebDateChooser.v9.1, Version=9.1.20091.2087, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
<add assembly="Infragistics35.WebUI.Shared.v9.1, Version=9.1.20091.2087, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
Exact error:
It's been about a week...Infragistics support?
Found what is triggering the problem, please advise on how I can fix as I don't believe this is acceptable.
In the master page I have the following in the head tag.
<script type="text/javascript" src="<%# ResolveUrl("~/Scripts/jquery-1.3.2.js")%>"></script>
If I remove this, it works.