avoid nested function
- From: "cipcip" <passerir@xxxxxxxxxx>
- Date: 9 Apr 2006 08:35:59 -0700
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....
.
- Follow-Ups:
- Re: avoid nested function
- From: Chris Fulstow
- Re: avoid nested function
- Prev by Date: problem with postback and base tag
- Next by Date: How to add rollover effect to a ButtonField in a GridView?
- Previous by thread: problem with postback and base tag
- Next by thread: Re: avoid nested function
- Index(es):
Relevant Pages
|