What is the difference between <%#%> and <%=%>?
Answer Posted / hr@tgksolutions.com
While === examines both equality and data type—that is, a value must be of the same type—the == operator merely checks equality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does asp.net page work?
How do you design a website with multilingual support in ASP.NET ?
How many ways are there to maintain a state in .net? What is view state?
Describe Segmentation With Paging?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is viewstate? What does the “enableviewstate” property do?
What is Model-View-View Model?
How Can assign alias name for ASP.NET Web API Action?
About CLR, reflection and assemblies?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Where is session cookies stored?
Explain what is postback in asp. Net?
How do you implement sql caching in asp.net?
Explain the Order of events in an asp.net page?
How can we communicate with each server in N-tier Architecture? and what are the methods?