| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is the jit? what is the type of jit and purpose of it> | | 2 |
| If Asp Dot Application is stateless what happened? during
designing | TCS | 3 |
| Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset? | HCL | 3 |
| how we deploy the asp.net 2.0 application | Logistics | 1 |
| Difference between application and session ? | Satyam | 5 |
| # What is the transport protocol you use to call a Web service? | | 1 |
| what are the differences between windows services and web
services? | Tech-Mahindra | 3 |
| How would you implement inheritance using VB.NET/C#?
| | 2 |
| What property is used on the datatable to indicate a
conflict after an update?
a) HasConflict
b) HasError
c) HasCollision
d) HasDataError
| Syntax-Softtech | 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 pagination in asp.net ? | Netsweeper | 1 |
| can we place the same DLL in debug folder two times?
(without using strong name )
| TCS | 7 |
| Can we throw exception from catch block ? | Accenture | 3 |
|
I am using a range validator and want to use dd mm yyyy
format for accepting dates.
I get a fairly generic "can't do that" type exception when I
use this format for setting the minValue or maxValue
properties for the range validator. How can I force it to
accept my format? | FutureTech | 1 |
| What is CTS, CLS and CLR ? | TCS | 4 |
| What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0 | IntraLogic | 9 |
| Should user input data validation occur server-side or
client-side? Why?
| NIC | 3 |
| Have you used microsoft dataaccess blocks and Exception blocks? | Microsoft | 1 |
| Diff B/W user control and server control | | 3 |
| When does the application ONEND event handler fire? | C-Squared-Systems | 1 |
| |
| For more ASP.NET Interview Questions Click Here |