Where is <%# defined?
I've recently started to convert from ASP to ASP.NET and I've noticed that VS.NET occasionally generates a construct I've not seen before and which I can't find in the help. It looks like:
<%# somevalue %>
and appears to be similar to the <%= ... %> construct.
Can anybody point me at a definition of this?
Thanks
Bob Boffin
|