| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is a Windows Service and how does its life cycle differ
from a standard EXE? | | 2 |
| How do you a replicate a set of controls across a number of
ASP Pages | | 2 |
| 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 |
| Is There any Third party tools are using in .Net
Technologies? Can u Explain? | HCL | 2 |
| Hi please tell me what is
ISNOTPOSTBACK,POSTBACK,AUTOPOSTBACK and also the extensions
of aspx,asmx,ascx its urgent plz reply me soon.... | | 3 |
| please can any describe 'Master Page' in ASP.Net 2.0 | | 3 |
| Describe and In Process Vs Out of Process component. Which
is faster? | Syntax-Softtech | 2 |
| What is the use of sessionstate tag in the web.config file? | | 2 |
| what is caching,session? when & what is used mostly in
which situtations, how they r implemented in real time?
tell with example? | Satyam | 1 |
| what is client-server architecture in .net?
and what is 3-tier architecture? | | 1 |
| What are skins? | | 1 |
| When a dropdownlist has been added by some records and it
has been binded why it is not executing i'm facing this
error pls help me ?
if (is!pageposback)
{
arraylist books = new arraylist;
books.add ("gone with the wind");
books.add ("rahulsriramprakash");
books.add ("vishal");
dropdowndisplay.datasource=books;
dropdowndisplay.databind();
}
The error is :
1) The dropdowndisplay does not exist.
| Netsweeper | 4 |
| How do you validate the controls in an ASP .NET page? | | 2 |
| Which method do you invoke on the DataAdapter control to
load your generated dataset with data? | | 1 |
| Is it possible to disable the minimized icon of a popup
window using window.open. Not using iframe concept? | Take-United | 2 |
| Where do you store the information about the user?s locale? | | 2 |
| what is Repeater Control, When it is used,How it is used,
what type of template is used for repeater control? | iSoft | 6 |
| What is the maximum amount of memory any single process on
Windows can address? Is this different than the maximum
virtual memory for the system? How would this affect a
system design? | KPIT | 1 |
| Which control would you use if you needed to make sure the
values in two different controls matched?
| | 1 |
| What is Boxing and Unboxing? | Accenture | 6 |
| |
| For more ASP.NET Interview Questions Click Here |