Calendar Control
-
Hey hi, I want to extract a date from oracle dbase and set the calendar date acording to the date that i got from database. but i m not able to do that.pls help.
There's never a Wronge Time To Do The Right Thing !!
-
Hey hi, I want to extract a date from oracle dbase and set the calendar date acording to the date that i got from database. but i m not able to do that.pls help.
There's never a Wronge Time To Do The Right Thing !!
Use this ....enjoy :) MSCal.SelectedDate = YourDate;
Dinesh Sharma Team Leader (Software Development)
-
Use this ....enjoy :) MSCal.SelectedDate = YourDate;
Dinesh Sharma Team Leader (Software Development)
hi, Thanks for reply... i tried that solution already but its not working.. ////////////////// instdate = DateTime.Parse(instdate).Date.ToString("MM/dd/yyyy"); calInstDate.SelectedDate = DateTime.Parse(instdate); ////////////////// this is the code that i m trying...but not working..
There's never a Wronge Time To Do The Right Thing !!
-
hi, Thanks for reply... i tried that solution already but its not working.. ////////////////// instdate = DateTime.Parse(instdate).Date.ToString("MM/dd/yyyy"); calInstDate.SelectedDate = DateTime.Parse(instdate); ////////////////// this is the code that i m trying...but not working..
There's never a Wronge Time To Do The Right Thing !!