newbie needs help with tags

  • Thread starter Thread starter Danny Ni
  • Start date Start date
<%= %> calculates the enclosed expression and puts the result in the
output http stream.

<%# %> serves for databind expressions that get evaluated during
databinding. Databinding takes place either automatically or as result of a
DataBind call. As in the former case, the results go to the http output.


--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
 
Back
Top