Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
955
WebDateChooser in Grid - Won't Add/Update Data
posted

I have a grid that works perfectly fine until I add a WebDateChooser to it. Once I add the WebDateChooser, the it will not allow me to add or update data in the grid...It appears to, but it's not actually adding or updating the data in SQL Server.

I have a WebDateChooser on my page and the EditorControlID is set to use the WebDateChooser. The Type is set to Custom. The format is set to mm/dd/yyyy. The DataType is set to System.DateTIme.

The control appears on the page fine and allows me to select a date, but it's just not saving it to my table.

Please help...