M
Michael
What is the general opinion of having code in the html section of an asp.net
page. For example..
<img src="<%=myImageString%>" />
I see something like that done many times in examples, but I'm wondering if
this is a good practice, or something to be avoided. If one of the goals of
asp.net was to separate html from code, this just seems to be going back to
the old "asp" ways.
page. For example..
<img src="<%=myImageString%>" />
I see something like that done many times in examples, but I'm wondering if
this is a good practice, or something to be avoided. If one of the goals of
asp.net was to separate html from code, this just seems to be going back to
the old "asp" ways.