|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Client-Side ValidationHi,
I try to check a Calendar Controls in my Client-Side Validation... On Server-side it's easy with Calendar.SelectedDate But how can i make this in Client-Side since we cannot put ControlToValidate with a Calendar in my CustomValidator control.. Thank you You could use the SelctionChanged event of the Calendar to update a
textbox control (hidden, if you like) on your page. Then have your validator point to the textbox. Andre wrote: Show quote > Hi, > > I try to check a Calendar Controls in my Client-Side Validation... > > On Server-side it's easy with Calendar.SelectedDate > > But how can i make this in Client-Side since we cannot put > ControlToValidate with a Calendar in my CustomValidator control.. > > Thank you > > |
|||||||||||||||||||||||