Page view counter

Calendar control in ASp.net

Last post 10-07-2008 1:29 AM by J K. 3 replies.

Sort Posts:

  • Calendar control in ASp.net

    10-06-2008, 11:51 PM
    • Loading...
    • alenMac
    • Joined on 09-22-2008, 5:55 AM
    • Posts 7
    • Points 7

     

    Hello,

              I want to use calendar control to save the selected date in Database

              Please help

             thanks in advance 

     

  • Re: Calendar control in ASp.net

    10-07-2008, 1:17 AM
    • Loading...
    • Krishna_Sridharan
    • Joined on 08-28-2008, 1:56 PM
    • Chennai, TN, India
    • Posts 139
    • Points 555

    Yes. u can get the selected value by Calender1.SelectedDate and you can place .

    you can store it to a date time variable also

    DateTime selecteddate;

     selecteddate = Calendar1.SelectedDate;

    Thanks and Regards

    Krish

    -I have not failed. I've just found 10,000 ways that won't work ! - Edison

    ASP.Net Forums Tips and Guidelines
  • Re: Calendar control in ASp.net

    10-07-2008, 1:27 AM
    Answer
    • Loading...
    • ajaykhedekar
    • Joined on 08-19-2008, 5:55 AM
    • Mumbai,India
    • Posts 155
    • Points 1,285
  • Re: Calendar control in ASp.net

    10-07-2008, 1:29 AM
    • Loading...
    • J K
    • Joined on 09-11-2008, 3:17 AM
    • Posts 112
    • Points 475

    Hi,
     Is it an Ajax Enabled Website?

    Regards,
    JK

Page 1 of 1 (4 items)