Ask a Question related to ASP.NET Building Controls, Design and Development.
-
KMILO #1
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
-
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... -
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,... -
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... -
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... -
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... -
Gaurav Vaish \(www.EduJiniOnline.com\) #2
Re: Calendar webcontrol Implementation
> I dont know how to get this event's parameters (MonthChangedEventArgs) how
You'll need to make it yourself.> can invoke this event in the right way or how can i get the real value of
> MonthChangedEventArgs??
--
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



Reply With Quote

