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
How you will manage the state of ASP.NET controls?
What are the advantages of the code-behind feature?
What is web router?
How can we create a website?
What is the significance of attaching a profile while creating a user?
Where the viewstate is stored after the page postback?
What's the use of response.output.write()?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
Explain the asp.net mvc request life cycle? : asp.net mvc
What is view state management in asp net?
Define asp.net caching?
What does asp stand for in asp.net?
Explain the difference between panel and groupbox classes using .net?
Can we store object in viewstate?
What is a Cookie? Where is it used in ASP.NET?