|
<ItemTemplate>
<a href='Reader.aspx?MailID=<%# DataBinder.Eval(Container.DataItem,"MailID") %>&FolderID = <% # DataBinder.Eval (Container.DataItem, "FolderID")%> '> < % = AliasName%> <% = Email%> </a>
</ ItemTemplate>
I know that <% # .....%> is used for data binding, and the meaning of <% = ...%> is not clear. |
|