What ASP.NET object encapsulates the state of the client and
the browser?
a) The Session object
b) The Application object
c) The Response object
d) The Request object
e) The Server object
Post New Answer View All Answers
What is postback request?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Can the dictionary object be created in client?s scope ?
Define viewstate in .net?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Which protocol is used in a web api?
Explain how can we inherit a static variable?
What does asax stand for?
Explain code snippet to register exception filters from controller?
How many types of session state management options available in asp.net?
What is difference between session and cookies in asp net?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Can you dynamically assign a Master Page?