DataBinder.Eval
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, <%# DataBinder.Eval(Container.DataItem, "Name") %> I want to know what is the use of # inside this server side script tag. I am sorry if I am sounding silly. Thanks in advance.
-
Hi, <%# DataBinder.Eval(Container.DataItem, "Name") %> I want to know what is the use of # inside this server side script tag. I am sorry if I am sounding silly. Thanks in advance.
The # is just part of the databinding syntax. <%# ... databinding expression here ... %>