avoid nested function

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I read on msdn that many <%=%> blocks can slows page, because they are
processed like nested functions.

Which of you have some tips to avoid using them?

One of my problem is that all links are dynamic and are in this form:

<a href="<%=url%>folder/folder/page.aspx">a link to page.aspx</a>

In each page i have abaut from 40 to 100 and more links.

There is a way to replace <%=url%> with a more efficient code?

Is it better to use a server side control for links in this
case?<asp:hyperlink....

.



Relevant Pages

  • Re: New help system
    ... There is a pitfall to avoid however, which is to end up with too-complex ... Another thing to avoid (that I find aggravating in most MSDN samples) is ... Listing the sample code *and* the expected result is so much ...
    (borland.public.delphi.non-technical)
  • Re: MS OneCare...any opinions?
    ... Avoid it if free, but to pay for something that slows your system to a ... crawl... ...
    (alt.comp.anti-virus)
  • Re: Thread-safe caches
    ... probably slows down things, which I would prefer to avoid, if possible. ... that repeatedly tried a synchronization technique. ... For example, a loop might find the end of a list until a CAS succeeds at appending data -- this is simple, fast, and nonblocking. ...
    (comp.lang.lisp)
  • Re: [patch] reduce IPI noise due to /dev/cdrom open/close
    ... avoid a might_sleepwhich obviously will never trigger. ... A microoptimisation because they've turned on DEBUG_PREEMPT and found ... that smp_processor_id slows down? ...
    (Linux-Kernel)
  • Re: How to Make Plugins
    ... and MSDN. ... You should avoid using MFC. ... ATL is one good way to do it. ...
    (microsoft.public.vc.mfc)