in web application, [asp.net] i place the ajax clander extender and change the date format to dd-MM-yyy, at the time of inserting date in database it is giving error date format is not correect.
Date dt= ConvertTodate(txtdate.tex);
This is my code , can you help me.
Try This