| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Is There any Third party tools are using in .Net
Technologies? Can u Explain? | HCL | 2 |
| Can we throw exception from catch block ? | Accenture | 3 |
| What is the Difference between user and server controls?
| | 4 |
| what are the files used in asp .net | | 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 Repeater Control, When it is used,How it is used,
what type of template is used for repeater control? | iSoft | 6 |
| When would you set a control's AutoPostBack property to true?
| | 1 |
| What is application variable and when it is initialized ? | Keane-India-Ltd | 3 |
| Does the following statement executes successfully:
Response.Write(?value of i = ? + i);
| TCS | 4 |
| How Web Service help? What is the difference between
Remoting & Web Servcies?
| | 2 |
| Tell About Global.asax ? | Keane-India-Ltd | 3 |
| 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 |
| difference between writing connection string in web.config
through connection string and appsettings | iSoft | 2 |
| .Net Doesn't offer Deterministic Distruction ?
a) True
b) False
| CTS | 4 |
| What is the need of client side and server side validation ? | Keane-India-Ltd | 1 |
| what do machine key element in configuration file specify? | TCS | 1 |
| Differnce between Control an View State | Proteans | 1 |
| Tell About Web.config ? | Keane-India-Ltd | 2 |
| About Garbage Collector? | Microsoft | 3 |
| What is Response.Flush method ? | Keane-India-Ltd | 2 |
| |
| For more ASP.NET Interview Questions Click Here |