this is my code ... i am getting error saying "
date string is not in format" how to over come from this problem
string arrivalcity = (gvr1.FindControl("Arrival_city") as TextBox).Text;
string arrivalhours = (gvr1.FindControl("ddlahrs") as DropDownList).SelectedValue;
string arrivalmins = (gvr1.FindControl("ddlamin") as DropDownList).SelectedValue;
DateTime arrivaldate = Convert.ToDateTime((gvr1.FindControl("Arrival_date") as TextBox).Text);