Calendar webcontrol Implementation

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

  1. #1

    Default Calendar webcontrol Implementation

    Hello Everyone,


    Im currently making a implementation of the calendar, making available to be
    datasourced for scheduling proposals, but Im encountering with a dilemma,
    when the client changes the month in the calendar the RaisePostBack of my
    control answers and kills the continuity of the calendar events
    (VisibleMonthChanged) I was looking for how to invoke myself this event but
    I dont know how to get this event's parameters (MonthChangedEventArgs) how
    can invoke this event in the right way or how can i get the real value of
    MonthChangedEventArgs??

    Thanks in Advance

    KMILO


    KMILO Guest

  2. Similar Questions and Discussions

    1. Custom webcontrol that references another webcontrol
      My custom webcontrol has a TextBox property, but after I had set the value in design time (choosing some TextBox), this property value is not...
    2. 2006 calendar needed for photo calendar
      I want to start work on a 2006 calendar featuring my own photographs. In Photoshop there used to be a calendar-creating feature that worked well,...
    3. WebControl inside of WebControl and attaching events
      I have built a navigation custom web control that I have been placing on various pages without issue. When one of the image buttons within the...
    4. Can a webcontrol (webcontrol.dll) have a configuration file?
      Hello everybody: I would like to know if a webcontrol (webcontrol.dll) can have a configuration file (webcontrol.dll.config)? I have done some...
    5. Problem with Calendar webcontrol in a web custom control
      I'm building a web custom control, that should render out a calendar webcontrol. I'm using the following code... protected override void...
  3. #2

    Default Re: Calendar webcontrol Implementation

    > I dont know how to get this event's parameters (MonthChangedEventArgs) how
    > can invoke this event in the right way or how can i get the real value of
    > MonthChangedEventArgs??
    You'll need to make it yourself.


    --
    Happy Hacking,
    Gaurav Vaish | [url]http://www.mastergaurav.com[/url]
    [url]http://www.edujinionline.com[/url]
    [url]http://articles.edujinionline.com/webservices[/url]
    -------------------


    Gaurav Vaish \(www.EduJiniOnline.com\) 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