Difference between <%= and <%#
By [)ia6l0 iii
The <%= expressions are evaluated during render, and the <%# expressions are evaluated during the DataBind
Related FAQs
The primary differenct between ASP and ASP.NET is that the former is code that is interpreted by a Script Engine and the latter is a compiled code running on a web server.
Use this code snippet to find url's in a string.
Use the Override versions of the page methods instead of thedefault page methods. This would ensure that the .Net runtime does not have to invoke delegates.
You can use the ScriptManager to find if a postback is for a partial rendering of a page. The ScriptManager provides us the IsInAsyncPostBack property to determine this.
You can check the contenttype of the request, and figure out if the request is an JSon request
You can check the contenttype of the request, and figure out if the request is an Ajax request
Difference between <%= and <%# (820 Views)