What the sigmnificance of the # in <%# %>

  • Thread starter Thread starter SamIAm
  • Start date Start date
SamIAm,

The # is how ASP.NET knows that the string is a data binding expression.
The string between the <%# and %> is by definition a data binding
expression.

Take a look at "data binding expression syntax" in the online help for more
information.

I hope this helps answer your question.

--
Andrew Steenson [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
--------------------
 
Back
Top