[CLOSED] Load Coolite controls from AjaxEvent or AjaxMethod

  1. #1

    [CLOSED] Load Coolite controls from AjaxEvent or AjaxMethod

    Hi,

    How can I load Coolite Controls from AjaxEvent or AjaxMethod?

    I mean:

    [AjaxMethod]
    public void Test()
    {
        Window w = new Window();
        w.Width = 100;
        w.Height = 100;
        w.Title = "Test";
        w.Show();
        //And how can I do? Add to Controls or somewhere?
    }
    Thanks!

  2. #2

    RE: [CLOSED] Load Coolite controls from AjaxEvent or AjaxMethod

    Hi pumkin,

    Currently it is not possible to dynamically create webcontrols during an AjaxEvent/AjaxMethod. Although, this feature will be supported in the v1.0 release.

    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] Load Coolite controls from AjaxEvent or AjaxMethod

    Hi,

    When v1.0 will be released? It's an important function, we are expecting it.

Similar Threads

  1. [CLOSED] [1.0] Load dynamic UserControl with Coolite Controls.
    By FVNoel in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Oct 22, 2010, 10:27 AM
  2. [CLOSED] AjaxEvent vs AjaxMethod
    By jchau in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 29, 2009, 5:52 PM
  3. Replies: 1
    Last Post: May 31, 2009, 3:12 AM
  4. Different between AjaxEvent and AjaxMethod?
    By dbassett74 in forum 1.x Help
    Replies: 0
    Last Post: Apr 23, 2009, 10:17 PM
  5. A problem AjaxMethod and AjaxEvent
    By heysol in forum 1.x Help
    Replies: 2
    Last Post: Mar 23, 2009, 12:54 PM

Posting Permissions