Asp.Net Interview Question and Answers for Experienced

46. What does type safe mean?
  This ensures that an object only references memory locations that its allowed to, preventing data corruption. Essentially, it means that one type of object cannot be used as another type accidentally.
 
Your Name Your Email-ID
Your Answer
47. How ASP.NET different from ASP?
  Scripting is separated from the HTML, Code is compiled as a DLL, these DLLs can be executed on the server.
 
Your Name Your Email-ID
Your Answer
48. What two properties should every Validation control have?
  ControlToValidate and ErrorMessage.
 
Your Name Your Email-ID
Your Answer
49. Which property can be used to make a control post immediately to the server upon an event?
  AutoPostBack
 
Your Name Your Email-ID
Your Answer
50. What does the @Page directive do?
 
  • The @Page directive supplies additional information to the ASP.NET engine such as the server side source code language used for the page and the location of the corresponding source code file.
  • It is not rendered the requesting browser.
 
Your Name Your Email-ID
Your Answer
12345678910 Page 10 of 10