[CLOSED] Is there any way to render controls without using .aspx or .ascx loading?

Page 2 of 2 FirstFirst 12
  1. #11
    Please clarify why? Because of this restriction?
    The only restriction - you cannot put it to an Items collection.
  2. #12
    We've been investigating an it looks good! But we have to put the gridpanel inside <HtmlBin>, if not the gridpanel is rendered...
  3. #13
    Please clarify what do you mean by "rendered"? The fact that it appears in the Page Sources?

    If so, then there is no way to avoid to achieve your requirement not to use .aspx or .ascx.

    Even if you put it to HtmlBin, it still appears in the Page Sources. So, I don't quite understand what you mean.

    But a component with TemplateWidget="true" is not rendered (well, "painted") in the browser. No DOM elements are created. So, if your goal is performance, then it is really OK to have it in the Page Sources and render to the browser on demand.
  4. #14
    Quote Originally Posted by Daniil View Post
    But a component with TemplateWidget="true" is not rendered (well, "painted") in the browser. No DOM elements are created. So, if your goal is performance, then it is really OK to have it in the Page Sources and render to the browser on demand.
    That's the main point yes. So if no DOM elements are created, this fully fill our needs :)

    Thank you.
  5. #15
    Yes, no DOM elements are created until a template function call.
Page 2 of 2 FirstFirst 12

Similar Threads

  1. [CLOSED] How to passing DateFields from ascx to aspx file
    By Zenalyse in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 04, 2013, 2:12 PM
  2. Replies: 0
    Last Post: Jan 11, 2013, 1:57 AM
  3. Replies: 2
    Last Post: Nov 15, 2012, 12:52 AM
  4. Replies: 7
    Last Post: Jul 31, 2012, 8:31 PM
  5. Replies: 2
    Last Post: Apr 10, 2012, 12:08 PM

Tags for this Thread

Posting Permissions