| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| For Web services where you can browse on the Internet? | | 1 |
| When during the page processing cycle is ViewState
available?
| | 1 |
| Derive WSDL? | | 6 |
| Can we change the session timeout in ASP.NET, if yes then
how and from where? | L&T | 7 |
| Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset? | HCL | 3 |
| Your manager has asked you to describe what you would use
application variables for. What statement best describes the
use of application variables?
a) Application Variables are used to keep state for each
connected user.
b) Application Variables are used to keep state for the web site
c) Application Variables are used to keep state for the
application on the server
d) Application Variables are used to keep state for all
applications objects in the web site.
| Syntax-Softtech | 1 |
| What tag do you use to add a hyperlink column to the DataGrid? | | 1 |
| What is the importence of the INTERFACE? but not the
inheritence concept?and why we r declaring the empty methods
in that? we can directly implements with in the class know?
Tell me the importence? | | 2 |
| What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other? | Satyam | 3 |
| what is the assembly? | | 2 |
| What is an application domain? | Microsoft | 1 |
| is it possible to use web site without web server from
remote place? | ABC | 1 |
| What data type does the Range Validator control support? | | 2 |
| How to refresh a page in asp.net | | 2 |
| What was the difference between machine.config and
web.config files | Assurgent | 7 |
| when the user control event occur in ASp page life cycle? | | 3 |
| How do you register a .NET assembly? | Microsoft | 2 |
| What are Master pages? How to define a Master page? | | 2 |
| which scripting is used browser by server when we use
validation controls.
1.javascript
2.vbscript
3.jscript
4.perl | Satyam | 7 |
| Your ASP.NET application displays sales data on a page. You
want to improve performance by holding the page in memory on
the server for one hour. You want to ensure that the page is
flushed from memory after one hour, and that the page is
re-created when the next request for the page is received.
What should you do?
A . Initialize a new instance of the Cache class in the
Application.Start event handler.
B . Initialize a new instance of the Timer class in the
Page.Load event handler.
C . Set the Duration attribute of the OutputCache directive
in the page.
D . In the Web.config file, set the timeout attribute of the
sessionState element.
| Syntax-Softtech | 5 |
| |
| For more ASP.NET Interview Questions Click Here |