FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

Asp.Net Questions and Answers

13. What is the difference between Web server controls and Custom user Controls in Asp.net?
 
  • The Asp.net Web server controls are objects on the Asp.net pages that run when the Web page is requested. Many Web server controls such as button and text box, are similar to the HTML controls.
  • The Custom user controls are the controls that are defined by developers. These controls are a mixture of custom behavior and predefined behavior.
  • These controls work similar to other Web server controls.
Your Name Your Email-ID
Your Answer
 
14. What is a round trip?
  The trip of a Web page from the client to the server and then back to the client is known as a round trip.
Your Name Your Email-ID
Your Answer
 
 
15. Which Asp.net objects encapsulate the state of the client and the browser?
  The Session object encapsulates the state of the client and browser.
Your Name Your Email-ID
Your Answer
 
16. What is the difference between Asp session and Asp.net session?
  Asp does not support cookie less sessions, whereas, Asp.net does. In addition, the Asp.net session can span across multiple servers.
Your Name Your Email-ID
Your Answer