Set params of Loader in code behind

  1. #1

    Set params of Loader in code behind

  2. #2

    Simple solution

    My apologies if this question was too rough or unclear.

    My mistake was in Reload() method.
    I just need to call tabReportViewer.LoadContent(); and then I sent param with new va


            protected void FocusTab(object sender, EventArgs e)
            {
    
                tabReportViewer.Loader.Params.Add(new Ext.Net.Parameter("docId",DateTime.Now.ToLongTimeString()));
                tabReportViewer.Loader.Params.Add(new Ext.Net.Parameter("hamoPipa", DateTime.Now.ToLongTimeString()));
                tabReportViewer.LoadContent();
            }

Similar Threads

  1. [CLOSED] reference of a control loaded by component loader
    By mirwais in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 28, 2012, 1:05 PM
  2. Params with <% %> tags
    By norphos in forum 1.x Help
    Replies: 1
    Last Post: May 20, 2011, 3:53 AM
  3. TreePanel Ajax Method Loader by code
    By Mickna in forum Examples and Extras
    Replies: 6
    Last Post: Jan 05, 2010, 11:34 PM
  4. Autoload.Params bug
    By Kaido in forum 1.x Help
    Replies: 1
    Last Post: Jun 16, 2009, 4:57 PM
  5. Autoload params ???
    By heysol in forum 1.x Help
    Replies: 2
    Last Post: Apr 02, 2009, 1:24 PM

Tags for this Thread

Posting Permissions