Asp.Net Interview Question and Answers for Experienced

26. Explain the differences between server side and Client side code?
 
  • Server side code runs on the server.
  • Client side code runs in the clients browser.
 
Your Name Your Email-ID
Your Answer
27. What is the difference between user and server controls?
  User controls are created by the developer to allow for the reuse of controls that need specific functionality, while the Server controls are built–in.
 
Your Name Your Email-ID
Your Answer
28. Define Page class?
  Page class is the part of System.Web.UI namespace from which all ASP.NET pages are derived.
 
Your Name Your Email-ID
Your Answer
29. What are some ways to manage state in an ASP.NET application?
 
  • Session objects,
  • Application objects,
  • ViewState,
  • Cookies,
  • Hidden form fields.
 
Your Name Your Email-ID
Your Answer
30. What is a post back?
  A way for the page to notify the asp.net application that some even occurred (button clicked, etc.)
 
Your Name Your Email-ID
Your Answer
12345678910 Page 6 of 10