Posted on: 4/12/2015 9:54:15 AM | Views : 552

Hi 
(sorry for the long question below - but if you just load the 2 forms you'll see what I mean)
I have two small sample forms (see below).
Both of them work - one with a div selector and validation or the other with a datepicker.
But I can't see how to combine them?
If I add the datepicker to the div selector form it just doesn't work.
What should I be doing here ?? Thank you
J

Form 1 example with datepicker
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <%@ Page Language="C#" %> <html dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <link href="jquery-ui.css" rel="Stylesheet" type="text/css" /> <script src=" ...

Go to the complete details ...