I'm working on various asp.net pages .
For inline functions I do see 2 different formats are used:
Example 1:
<p><%Response.Write(now())%></p>
I also see another one with #:
Example 2:
<Asp:TextBox id="Textbox5" width="40" Text='<%# DataBinder.Eval(Container.DataItem, "Name") %>' runat="server" />
I want to know what is the exact different , <%# vs <%