Asp.Net Interview Question and Answers for Experienced

36. What is called ASP.NET File?
 
    An ASP.NET file can contain any of the following
  • Processing instructions for the server.
  • Code in C#, Visual Basic .NET, Jscript.NET, or any other language that the .NET Framework supports.
  • HTML codes.
  • Client side script code.
  • Embedded ASP.NET server controls.
 
Your Name Your Email-ID
Your Answer
37. What is the use of web.config?
  The web .config file is an XML formatted text file comprising numerous sections and subsections.
 
Your Name Your Email-ID
Your Answer
38. What is the standard event parameter list?
  (Sender as Object, e as EventArgs)
 
Your Name Your Email-ID
Your Answer
39. What is the difference between code declaration blocks and render blocks?
 
  • Code render blocks are inline code, denoted by <‰ and ‰> tags, and are not compiled.
  • Code declaration blocks define a page's methods and members, are denoted by script tags, and are compiled.
 
Your Name Your Email-ID
Your Answer
40. What types of forms do ASP.NET Web Forms use?
  ASP.NET Web Forms use postback forms.
 
Your Name Your Email-ID
Your Answer
12345678910 Page 8 of 10