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
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Can the unique key be null?
Is asp.net and .net are same or different?
What are the properties of the eventargs argument when capturing keyboard events?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Why do we use sessions?
What is state management technique?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What is Web Server Control Templates.?
In Code-Behind class which kind of code (server or client) is found ?
What are different methods of session maintenance in asp.net?
What are the 3 levels at which content pages can be attached to Master Page?
What is mvc in asp.net tutorial? : Asp.Net MVC
Explain cookies with example.
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?