Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Calender Control

    Hi there,
    We are looking for a little enhanced feature of the
    calender control.

    We want that when the user selects a date in the asp.net
    calender control, the selected date should come in a given
    textbox AT THE CLIENT SIDE.

    Currently the same thing does happen, but it involves an
    extra server trip. We want to avoid this.

    Any suggestions.

    thanks,
    Rohit

    Rohit Guest

  2. Similar Questions and Discussions

    1. custom enevts calender
      hi is there a way to create a small calender using AS3/2. display from current date onward. then highlight some dates in green, and when clicked on...
    2. Calender
      Is there any calender extension. PHP or ASP Thanks Sinan Akdeniz
    3. pop up calender
      Hi there, I'm having a lot of trouble with dates in PHP forms and so I was wondering if there was an extension for dreamweaver that would allow...
    4. Calender/scheduler
      Can someone point me in the right direction. I want to be able to post a calander, with appointments that are drawn from a database. like someone...
    5. Creating a Calender
      Does anybody know how to generate calendars easily? (i.e. print out complete calenders from the current month on) Thanks in advance, -Dan
  3. #2

    Default Re: Calender Control

    LOOK FOR A JAVASCRIPT CALENDAR

    "Rohit" <rohittanna@hotmail.com> wrote in message
    news:0a6401c34ac6$db7f7810$a401280a@phx.gbl...
    > Hi there,
    > We are looking for a little enhanced feature of the
    > calender control.
    >
    > We want that when the user selects a date in the asp.net
    > calender control, the selected date should come in a given
    > textbox AT THE CLIENT SIDE.
    >
    > Currently the same thing does happen, but it involves an
    > extra server trip. We want to avoid this.
    >
    > Any suggestions.
    >
    > thanks,
    > Rohit
    >

    Tammy B. Guest

  4. #3

    Default calender control

    I have an ASP .NET web application and I am using the calender control to
    display the month view and some events that are scheduled to happen during
    the month. Whenever the user selects a month, the page re-loads to show the
    update calender view. I would like to make it as seamless as possible so
    that switching from one month to the other doesn't triger a page reload.
    Some people have suggested that AJAX might help with this but I dont know
    how to integrate it with a .NET web appication.

    Any ideas are much appreciated.

    Thanks.
    Jess


    Jessica Weiner Guest

  5. #4

    Default Re: calender control

    hi Jess

    Check that the property cause validation is false if there is one. if you
    use any codebehing, use the "ispostback"

    hope this helps
    Jules


    "Jessica Weiner" <suspended@gmail.com> wrote in message
    news:hPpdg.76750$_S7.40098@newssvr14.news.prodigy. com...
    >I have an ASP .NET web application and I am using the calender control to
    > display the month view and some events that are scheduled to happen during
    > the month. Whenever the user selects a month, the page re-loads to show
    > the
    > update calender view. I would like to make it as seamless as possible so
    > that switching from one month to the other doesn't triger a page reload.
    > Some people have suggested that AJAX might help with this but I dont know
    > how to integrate it with a .NET web appication.
    >
    > Any ideas are much appreciated.
    >
    > Thanks.
    > Jess
    >

    Jules Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139