Results 1 to 7 of 7

Thread: Calender control in drop down list

  1. #1
    Junior Member
    Join Date
    May 2008
    Answers
    1

    Calender control in drop down list

    How can i add calender control in dropdownlist and when i click dropdownlist calendercontrol will appear in dropdownlist, and when i select the date from calendercontrol it will display on text box or label contol (ie,month,date,week) according to their names?

    What is caching?

    What is application memory?


  2. #2
    Junior Member
    Join Date
    May 2008
    Answers
    2

    Re: Calender control in drop down list

    in asp.net , page is processed and destroyed for every request and some times the dynamic contents of the page might not change. so instead of processing every request asp.net holds the data in memory for specific amounts of time( default 60 sec) and dilivers it. thus everytime the page need not be processed . this process of holding data in memory is called caching. hope i answered this well


  3. #3
    Junior Member
    Join Date
    May 2008
    Answers
    2

    Wink Re: Calender control in drop down list

    the trick to do it is set the visibility of calender control to false and in the code side (inside the dropdownlist selectindex changed method) change the visibility to true


  4. #4

    Re: Calender control in drop down list

    Quote Originally Posted by bvmanu4u View Post
    How can i add calender control in dropdownlist and when i click dropdownlist calendercontrol will appear in dropdownlist, and when i select the date from calendercontrol it will display on text box or label contol (ie,month,date,week) according to their names?

    What is caching?

    What is application memory?
    Ans:TextBox1.Text = CalenderControl1.DateTime.Text;


  5. #5
    Junior Member
    Join Date
    May 2008
    Answers
    2

    Re: Calender control in drop down list

    Quote Originally Posted by bvmanu4u View Post
    How can i add calender control in dropdownlist and when i click dropdownlist calendercontrol will appear in dropdownlist, and when i select the date from calendercontrol it will display on text box or label contol (ie,month,date,week) according to their names?

    What is caching?

    What is application memory?

    hi, u can do with help of overriding process
    write code on dropdown_click event and override to calender control.

    check it.


  6. #6
    Junior Member
    Join Date
    May 2008
    Answers
    2

    Re: Calender control in drop down list

    Quote Originally Posted by ranjeetkr01 View Post
    hi, u can do with help of overriding process
    write code on dropdown_click event and override to calender control.

    check it.
    caching

    ASP.NET allows you to cache the entire response content for dynamic pages on HTTP 1.1 capable mechanisms, including browsers, proxy servers, and the Web server where your application resides. This provides a powerful way for you to increase the performance of your Web applications. Called output caching,


  7. #7
    Expert Member
    Join Date
    Dec 2007
    Answers
    138

    Re: Calender control in drop down list

    Yes you can do as desire. I have implemented via javascript.

    Applogies for could not provide the javascript file. You can search on google and definatly will got a solution


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact