| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| When would you set a control's AutoPostBack property to true?
| | 1 |
| what is satellite assembly in .net? | | 4 |
| what is webpart? what r the parts in this webpart (zone) | | 1 |
| Types of session management in ASP.NET? | Microsoft | 1 |
| What layout mode is the default when a new Web Form is created?
a) GridBagLayout
b) GridLayout
c) FlowLayout
d) FormLayout
| Syntax-Softtech | 2 |
| what is the differance between native code & managed code? | | 5 |
| What is application variable and when it is initialized ? | Keane-India-Ltd | 3 |
| True or False: A Web service can only be written in .NET? | | 4 |
| Uses of CLR ? | TCS | 2 |
| What is the difference between a Stored procedure and function? | | 6 |
| How does Garbage collector(GC) works in .net | Accenture | 8 |
| What?s a bubbled event? | | 1 |
| I have around 200+ controls in a page. Each of the sets of
controls are kept in divs and when header div is clicked,
only those div controls pertaining to that header div will
be displayed. Rest of the divs are kept invisible.
When the page loads, all these 200+ controls are loaded
simultaneously, that consumes much of the time.
What my requirement is I want to get the div1 controls
loaded when the page loads and rest of the div controls
should be loaded asynchronously. it should not be loaded
with page load, so that time for loading the page can be
much minimised.
Hope u understood my question and pls help me out with a
solution asap....
| | 1 |
| Hi , I am Basha. I am searching a job in dotnet.Plz tell me
the order of page events in asp.net 2.0> plz send faq's
related to c#.net,asp.net,sqlserver2000 etc. to my mail-id :
bashask.ss@gmail.com | Sapient | 4 |
| Explain which is best suited place in the Application Start
and Session_Start subroutines with an example? | | 3 |
| please can any describe 'Master Page' in ASP.Net 2.0 | | 3 |
| How do you install windows service? | Tech-Mahindra | 3 |
| What is the difference between Server.Transfer and
Response.Redirect? | | 4 |
| 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 cookie less session? How it works? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |