| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How does SQL Server session state works | Emphasis | 1 |
| You are creating a Web site for Your company. You receive
product lists in the form of XML documents. You are creating
a procedure to extract information from these XML documents
according to criteria that your users will select.
When a user makes a request, you want the results of these
requests to be returned as quickly as possible.
What should you do?
A . Create an XmlDataDocument object and load it with the
XML dat Use the DataSet property of the object to create a
DataSet object. Use a SQL SELECT statement to extract the
requested dat
B . Create an XmlDataDocument object and load it with the
XML data. Use the SelectNodes method of the object to
extract the requested data.
C . Create an XPathDocument object and load it with the XML
data. Call the CreateNavigator method to create an
XPathNavigator object. Call the Select method of the
XPathNavigator object to run an XPath query that extracts
the requested data.
D . Create an XmlReader object. Use the Read method of the
object to stream through the XML data and to apply an XPath
expression to extract the requested data.
| Syntax-Softtech | 1 |
| what is the difference between this.controls and
page.form1.controls and me.controls? | FactorH | 2 |
| Which template must you provide, in order to display data
in a Repeater control?
| | 3 |
| what is diff between responseexpires and expiresabsolute | Accenture | 2 |
| When would you set a control's AutoPostBack property to true?
| | 1 |
| How to handle error while project running on live
| | 2 |
| why many web.config files are used in are project | | 2 |
| why security trimming attribute? | | 1 |
| what is stateless ? | | 2 |
| Where would you use an iHTTPModule, and what are the
limitations of any approach you might take in implementing one? | | 1 |
| You are planning the deployment of an ASP.NET application.
The application uses a Visual Studio .NET component named
DataAccess that will be shared with other applications on
your Web server.
You are using Visual Studio .NET to create a Windows
Installer package. You need to deploy DataAccess and the
ASP.NET application so that they can be uninstalled later of
necessary.
What should you do?
A . Create a setup project for DataAccess. Add the ASP.NET
application in a custom action.
B . Create a setup project for the ASP.NET application.
Create another setup project for DataAccess.
C . Create a Web setup project for the ASP.NET application.
Add a project output for DataAccess.
D . Create a Web setup project for the ASP.NET application.
Add a merge module for DataAccess.
| Syntax-Softtech | 3 |
| what is the role of aspx file ? | Netsweeper | 2 |
| Why do we use Option Explicit?
| Microsoft | 2 |
| What is the use of Administration tool in Asp.net 2.0? | | 2 |
| Can we change the session timeout in ASP.NET, if yes then
how and from where? | L&T | 7 |
| what is diference between the .net1.0 & .net2.0 ? | EMax | 2 |
| What is the difference between User Controls and Master Pages | IntraLogic | 13 |
| What is Response.Flush method ? | Keane-India-Ltd | 2 |
| What is interval time of GC in .net | | 2 |
| |
| For more ASP.NET Interview Questions Click Here |