|
-
Feb 9th, 2008, 12:40 AM
#1
Thread Starter
Just Married
[2.0] ASP.NET C# Event handling
Hi all
I want to call calender dayrender event on dorp downlist changed.
Please tell me the right way
Thanks
-
Feb 9th, 2008, 12:56 AM
#2
Re: [2.0] ASP.NET C# Event handling
You don't call events. Events are notifications that something has happened. When the Calendar control creates the days in its control hierarchy then it will raise its DayRender event. If you want the DayRender event raised when you make a selection in a DropDownList then you're going to have to force the Calendar to refresh, at which point IT will raise its own DayRender event.
-
Feb 9th, 2008, 01:10 AM
#3
Thread Starter
Just Married
Re: [2.0] ASP.NET C# Event handling
Thanks
But entire code is in update panel.
so page not getting refresh
here what is the solution of this problem.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|