W
Wayne Wengert
In working with repeaters and other objects I often see code like
<%#Container.DataItem("CircuitState")%>
I also see the <%#...%> pattern used in what appear to be function calls.
Just what is the meaning of the "#" there? I tried a google search but if
you enter <%# as the search target it apparently confuses the search engine?
Also, in the first case above Exactly what does <%#container... mean? It
seems to refer to the next set of data for the repeater but I'd like to
understand this better.
Any pointers to some information on this would me appreciated.
Wayne
<%#Container.DataItem("CircuitState")%>
I also see the <%#...%> pattern used in what appear to be function calls.
Just what is the meaning of the "#" there? I tried a google search but if
you enter <%# as the search target it apparently confuses the search engine?
Also, in the first case above Exactly what does <%#container... mean? It
seems to refer to the next set of data for the repeater but I'd like to
understand this better.
Any pointers to some information on this would me appreciated.
Wayne