Over the weekend I've been working on validation for a form i'm working on. The form is initially not that complex, yet it's proving to be a hassle.
On the form (this is a sharepoint 2007 form btw), i have two calendarextender controls, both with their validation controls attached (required, range and regularexpression validators).
The form also includes a PeopleEditor SharePoint control (again, with its own validation controls).
The odd behavior is this - the second caledarextender works a treat - no problems there, but the first extender fires off a postback. I'm stumped as to why it's behaving like this as it certainly shouldn't be firing off a full page postback.
The form also contains a updatepanel, but neither of the calendarextender controls are featured in there (eg. no triggers associated with it) and it's used to provide some vital feedback to the user from other parts of the form.
I'm almost out of ideas on this one as it didn't do this to start with, but has suddenly taken a shine to doing it..
stumped...
Posted
Apr 07 2008, 07:54 AM
by
Brian Madsen