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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top