Is there any simple idea to create calendar which enable user to select a date and keep it in database?
I’m creating a system, online car rental. So far, everything looks ok, but i get stuck implementing booking date.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The .NET framework includes a calendar control for this purpose. It’s a combination textbox and Javascript based calendar. (I’m using the 4.0 framework, and there’s a calendar control in the standard toolbox)
You should be able to store and set the value based on what’s in your database.
There’s also an Ajax enabled calendar control if you want to implement the AJAX Control toolkit.
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx