i develop movie ticket booking software,what to do for advancebooking?can it work using Datetimepicker?if yes.so,plz tell me function of this. if no.so,which control i use for advance booking and give idea about that?
give reply as far as possible.
thanks in advance
Loading
Iftikar HussainPosted Jul 28, 2013, 6:10 AM
use like this
DateTime bookingDate=DatetimePicker1.Value
Regards,
Iftikar
Iftikar HussainPosted Jul 28, 2013, 6:31 AM
Regards,
Iftikar
Dipika ShahPosted Jul 28, 2013, 6:25 AM
Dipika ShahPosted Jul 28, 2013, 5:55 AM
and there is any need to write code for that or not?
Iftikar HussainPosted Jul 28, 2013, 5:50 AM
Regards,
Iftikar
Dipika ShahPosted Jul 28, 2013, 5:49 AM
when i print all the detail of movie(name,screen,seats,totalamount) can i print future date and time
Iftikar HussainPosted Jul 28, 2013, 5:44 AM
Regards,
Iftikar
Dipika ShahPosted Jul 28, 2013, 5:18 AM
but what to do for advance booking ? how to display tomorrow's date and time?
Iftikar HussainPosted Jul 28, 2013, 1:45 AM
You can use DatePicker control only. Since it is advance booking, so user should not able to select past date, Just set the property of the DatePikerControl of MinDate to today Date
you can do like this
dateTimePicker.MinDate = DateTime.Now;
Regards,
Iftikar