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
Explain the difference between asp and asp.net?
What is the difference between Hash table and Array list?
What are validator? Name the validation controls in asp.net?
What are the different types of sessions in asp.net? Name them?
Describe the difference between inline and code behind - which is best in a?
What is content page in asp net?
What are the ways of preserving data on a Web Form in ASP.NET?
What is autopostback in asp net?
How to retrieve user name in case of Window Authentication?
Differentiate between client-side and server-side validations in web pages.
Explain what is clr?
What is protected configuration?
What is asp according to you?
Explain the asp.net session state modes.
Explain swagger components.