ASP.NET INTERVIEW QUESTION & ANSWERS
DOT Net
TAGS
56. | How do we assign page specific attributes? |
---|---|
Page attributes are specified using the @page directive. |
57. | What are the major events in Global.Asax file? |
---|---|
|
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. |
59. | Which namespace is needed to implement debug and trace? |
---|---|
Debug and trace class belongs to System.Diagnostic namespace. |
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. |