DateTime frm_datestart = DateTime.Parse(dateStart.Text);
This line throws the error:
Exception Details: System.FormatException: String was not recognized as a valid DateTime.
Where the entered string is from Jquery-UI, examples:
09/29/2010
09/30/2010
Anyone know what the correct format should be? I'm suprised this isn't working :S