A
ad
I find there are some tag like <%= %> and <%# > in my .aspx file.
What is the diffreence between <%= %> and <%# %>
What is the diffreence between <%= %> and <%# %>
ad said:Thank for your immediate answer.
I have still a question:
In some text book for ASP.NET, they use
<%# Container.DataItem("FieldName") %>
to present the filed data, but In ohters, they uese
<%# DataBinder.Eval(Container, "DataItem.FieldName") %>
What is the difference between them?
Thank for your immediate answer.
I have still a question:
In some text book for ASP.NET, they use
<%# Container.DataItem("FieldName") %>
to present the filed data, but In ohters, they uese
<%# DataBinder.Eval(Container, "DataItem.FieldName") %>
What is the difference between them?