Using Infragistics 2010 v3, we have a very simple form with a WebDatePicker and a button. When entering a value in the WebDatePicker, and clicking the button for a postback, we do not see the date value entered on the code-behind.
We experience the same behavior with the WebDateTimeEditor control.
Has anyone else experienced this? I have attached a zip file with the form files.
Thanks.
Hello,
We solved this by making a change to our web.config file. We set xhtmlConformance to "Transitional" (it was set to "Legacy").
For example:
<
xhtmlConformance mode="Transitional" />
Hi,
I m using Infragistics version 12.1 and facing the same problem. I m dynamically creating the WebDatePicker Controls. The WebDatePicker.Text and WebDatePicker.Value always returns empty value in my code behind aspx.vb file.
I tried the above option too by adding <xhtmlConfirmance Mode = "Transitional"/>, but didnt worked for me.
Please let me know some suggestions. its urgent.
Thanks,