Fetch Date into Databse and Display All The Details Of Yhis Date.
But Problem Date Format : dd/MM/yyyy
Eample:
SqlDataAdapter da = new SqlDataAdapter("select * from customer3 where Date= '"+txtdate.Text+"'", con);
Datatable dt=new Datatable;
da.Fill(dt);
Description:
txtdate.text input date are not match in database How this problem are solved
plz.
Viral PatelPosted Aug 24, 2015, 5:38 AM
Rajeesh MenothPosted Aug 24, 2015, 5:21 AM
Viral PatelPosted Aug 24, 2015, 4:57 AM
Viral PatelPosted Aug 24, 2015, 4:56 AM
Rajeesh MenothPosted Aug 24, 2015, 3:46 AM
Upendra Pratap ShahiPosted Aug 24, 2015, 3:42 AM
Viral PatelPosted Aug 24, 2015, 3:38 AM
Rajeesh MenothPosted Aug 24, 2015, 3:21 AM
Viral PatelPosted Aug 24, 2015, 3:16 AM
Rajeesh MenothPosted Aug 24, 2015, 3:14 AM
Sumit JoshiPosted Aug 24, 2015, 3:06 AM
Viral PatelPosted Aug 24, 2015, 3:04 AM
Sumit JoshiPosted Aug 24, 2015, 2:54 AM
Rajeesh MenothPosted Aug 24, 2015, 2:54 AM
Viral PatelPosted Aug 24, 2015, 2:50 AM
Rajeesh MenothPosted Aug 24, 2015, 2:13 AM