Avoid using Runat="server" on ext controls good or bad for performance?

  1. #1

    Avoid using Runat="server" on ext controls good or bad for performance?

    Reading asp.net performance books and articles i found they encourage to avoid the runat attribute if not necessary. I have done this in a complete project except for the main panels which contains the rest of the controls in the page.

    Its that good or bad for performance or doesn't make any difference?

    Tanx in advance.
  2. #2
    Reading asp.net performance books and articles i found they encourage to avoid the runat attribute if not necessary.
    Can you elaborate on this? Which book/author? Are these statements available online anywhere?

    Its that good or bad for performance or doesn't make any difference?
    At the moment I am not aware of any performance improvements that result from removing the runat="server" attribute. Other than making your markup less verbose.
    Geoffrey McGill
    Founder
  3. #3

    Some performance advices.

    Quote Originally Posted by bjones View Post
    Reading asp.net performance books and articles i found they encourage to avoid the runat attribute if not necessary. I have done this in a complete project except for the main panels which contains the rest of the controls in the page.

    Its that good or bad for performance or doesn't make any difference?

    Tanx in advance.
    I cant find the article. But if you can give me some performance advices using ext.net controls ill apreciate it
  4. #4
    You may be interested in this thread:
    http://forums.ext.net/showthread.php?13726

Similar Threads

  1. [CLOSED] How does "MaskCls" work for "AutoLoad" mask in panel control
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jul 19, 2012, 12:09 PM
  2. Replies: 1
    Last Post: Jun 26, 2012, 11:29 AM
  3. Replies: 5
    Last Post: May 02, 2012, 5:37 PM
  4. Replies: 4
    Last Post: Oct 11, 2011, 2:42 AM
  5. Replies: 3
    Last Post: Dec 15, 2010, 2:07 PM

Tags for this Thread

Posting Permissions