Everytime I update a product it puts a date in the date field and then shuffles values around and says it's invalid when I click "save". I have to delete the date manually before updating in order to allow to save.. would it have something to do with my local date format?
D
I guess your locale is not US. What's your local date format? Internally it's using MaskedEdit of Asp.net Ajax control toolkit. Maybe it's just a matter of extra attribute.
Yeah, my locale is en-za (South Africa). Any idea what attribute I can add?
I wanted to look into that now and realized I need VS 2008 full edition. We still running 2005 at work, so cant't get 2008 to edit just yet.
Check http://www.asp.net/AJAX/AjaxControlToolkit/Samples/MaskedEdit/MaskedEdit.aspx . I guess it's "CultureDateFormat - Culture override".