Adding Coolite to Web User Controls

  1. #1

    Adding Coolite to Web User Controls

    *How do you add the coolite controls to the build in web user controls such as a asp:calendar.

    I have tried*Cell.Controls.Add(coolite obj)* to no avail. Any Ideas what i am doing wrong.

    I want to be able to place some coolite objects in a calendar control.


    Thanks,


    -Greg
  2. #2

    RE: Adding Coolite to Web User Controls

    Hi Greg,

    The DayRender event of asp Calendar fires at Render step of Page. At this point the coolite controls can't be added (too late) .


    You should precreate these controls and the use it in DayRender event handler


Similar Threads

  1. Replies: 1
    Last Post: Jul 20, 2012, 8:08 AM
  2. [CLOSED] How should I nested ext.net.controls with user controls?
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 04, 2012, 11:14 AM
  3. Replies: 5
    Last Post: Nov 03, 2011, 2:39 AM
  4. [CLOSED] Adding a tab that contains user control
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 24
    Last Post: May 11, 2010, 3:55 PM
  5. Replies: 0
    Last Post: May 03, 2010, 4:33 AM

Posting Permissions