help with postback-less calendar control.

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default help with postback-less calendar control.

    hi,
    I need to create a Calendar control that does not do postback when a date is
    selected...any ideas on how to do this

    thanks in advance
    Ramakant
    Ramakant Guest

  2. Similar Questions and Discussions

    1. Calendar control as pop-up
      Hi, I would like to show the MS Calendar control as a pop-up. Can anybody suggest how that might be accomplished? Thanks, Saranjit
    2. calendar active x control
      Hi i've put in the MS active x calendar9.0 control in to my director project, but it always seems to be stuck on the date i first inserted the...
    3. Calendar Control Example
      Would anyone have an example of using the MS Calendar control (class MSCAL.Calendar.7) and ASP? Help apprecaited. Thanks. Frank *** Sent...
    4. Calendar Control
      Hi, If its calendar help you need, I can't honestly remember, its been a while since I've used that control. But, i can tell you where the help is...
    5. Calendar control released?
      Hi, Any new calendar control like datepicker in VB relased or freely available for download. I am looking for the calendar control in which the...
  3. #2

    Default Re: help with postback-less calendar control.

    Can u post some of your code where you want to prevent the postback.

    "Ramakant" <ramakant_dontspam_yadav@hotmail.com> schrieb im Newsbeitrag
    news:B59ED9CA-2489-433E-9760-372ADEF0B553@microsoft.com...
    > hi,
    > I need to create a Calendar control that does not do postback when a date
    is
    > selected...any ideas on how to do this
    >
    > thanks in advance
    > Ramakant

    So Guest

  4. #3

    Default Re: help with postback-less calendar control.


    So wrote:
    > Can u post some of your code where you want to prevent the postback.
    >
    > "Ramakant" <ramakant_dontspam_yadav@hotmail.com> schrieb im
    Newsbeitrag
    > news:B59ED9CA-2489-433E-9760-372ADEF0B553@microsoft.com...
    > > hi,
    > > I need to create a Calendar control that does not do postback when
    a date
    > is
    > > selected...any ideas on how to do this
    > >
    > > thanks in advance
    > > Ramakant
    I have one, but I think it's IE only. If you want it, I can post the
    code.

    Lisa

    lisa@starways.net Guest

  5. #4

    Default Re: help with postback-less calendar control.

    There are numerous datepicker web controls already written. Some are free.
    Some are in articles. Many commercial controls are excellent with lots of
    features you can't get from the ASP.NET Calendar control. You can learn
    about them at [url]www.123aspx.com[/url] and [url]www.411asp.net[/url]. I'm the author of "Peter's
    Date Package" ([url]http://www.peterblum.com/datecontrols/home.aspx[/url]) which
    includes 19 date and time controls and is the aspnetPRO magazine Reader's
    Choice winner.

    --- Peter Blum
    [url]www.PeterBlum.com[/url]
    Email: [email]PLBlum@PeterBlum.com[/email]
    Creator of "Professional Validation And More" at
    [url]http://www.peterblum.com/vam/home.aspx[/url]

    "Ramakant" <ramakant_dontspam_yadav@hotmail.com> wrote in message
    news:B59ED9CA-2489-433E-9760-372ADEF0B553@microsoft.com...
    > hi,
    > I need to create a Calendar control that does not do postback when a date
    > is
    > selected...any ideas on how to do this
    >
    > thanks in advance
    > Ramakant

    Peter Blum Guest

  6. #5

    Default Re: help with postback-less calendar control.

    thanks all...but i was looking for some sort of a solution that does not
    require hand coding javascript...apparently its not possible without
    javascript..so thanks again

    "lisa@starways.net" wrote:
    >
    > So wrote:
    > > Can u post some of your code where you want to prevent the postback.
    > >
    > > "Ramakant" <ramakant_dontspam_yadav@hotmail.com> schrieb im
    > Newsbeitrag
    > > news:B59ED9CA-2489-433E-9760-372ADEF0B553@microsoft.com...
    > > > hi,
    > > > I need to create a Calendar control that does not do postback when
    > a date
    > > is
    > > > selected...any ideas on how to do this
    > > >
    > > > thanks in advance
    > > > Ramakant
    >
    > I have one, but I think it's IE only. If you want it, I can post the
    > code.
    >
    > Lisa
    >
    >
    Ramakant 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