Results 1 to 3 of 3

Thread: [2.0] ASP.NET C# Event handling

  1. #1

    Thread Starter
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Question [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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    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
  •  



Click Here to Expand Forum to Full Width