FeedBack Form

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

ASP.NET INTERVIEW QUESTION & ANSWERS

56. How do we assign page specific attributes?
  Page attributes are specified using the @page directive.
Your Name Your Email-ID
Your Answer
 
57. What are the major events in Global.Asax file?
 
  • Application_Init
  • Application Disposed
  • Application Error
  • Application Start
  • Application End
  • Application_BeginRequest
  • Application_EndRequest
  • Session Start
  • Session End
  • Application_AuthorizationRequest
Your Name Your Email-ID
Your Answer
 
58. What is datagrid?
  The DataGrid Web server control is a powerful tool for displaying information from a data source. It is easy to use; you can display editable data in a professional-looking grid by setting only a few properties. At the same time, the grid has a sophisticated object model that provides you with great flexibility in how you display the data.
Your Name Your Email-ID
Your Answer
 
59. Which namespace is needed to implement debug and trace?
  Debug and trace class belongs to System.Diagnostic namespace.
Your Name Your Email-ID
Your Answer
 
60. What file extension does ASP.NET use for Web Services?
  ASP.NET uses the .aspx extension for Web Service files.
  Posted by Sandeep Singh Tomar. (Apr 26, 2013)
 

ASP.NET uses the .asmx extension for Web Service files.

Your Name Your Email-ID
Your Answer