The more times you switch between ASP and HTML, the longer it will take the page to be interpretated. So yes it does matter in some sense. This is not a problem in JSP or .NET because the pages are compiled so they take the one time hit at complilation. Will you notice the difference? Probably not. Wushutwist
It may also make it harder to de-bug and if it's in a business environment, harder for someone that replaces you (after you get promoted to VP) ;-) to modify.
mark
I usually try to block up the ASP code because that is what I have read,been told, etc. The only reason that I was asking is that in this particular case, I am reading in and parsing a 1000 character string from them mainframe, and the variables that I am mapping are scattered all over a pretty long page. As far as best practices go, I will try and block up as much as possible.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.