What is the difference between <%#%> and <%=%>?
Answer Posted / archana
The <%= expressions are evaluated at render time
The <%# expressions are evaluated at DataBind() time and
are not evaluated at all if DataBind() is not called.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is synchronous and Asynchronous post back ?
What is difference between web api and web services?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What is manifest in .net framework?
Explain exception handling in .net.
Define common type system?
What is the biggest disadvantage of “Other Return Types” in Web API?
What is the use of service provider?
Explain about asp.net 2.0 themes?
Can viewstate be accessed in another page?
What is class and object in asp.net?
What are sharepoint pages?
Write a code for passing ArrayList in Web API?
What are the Types of object in asp
Explain the asp.net mvc request life cycle? : asp.net mvc