| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Difference between application and session ? | Satyam | 5 |
| What is difference between ASP and ASP.NET ? | TCS | 3 |
| if u r projet consist of 4 people means how can u manage
the file | Mind-Tree | 7 |
| How to Deploy a project? | | 2 |
| My website has around 100 aspx. Out of this, a certain 20
aspx files should be made available to the users only
if they are logged in. How can I achieve this with the
web.config file? | Techno-Solutions | 1 |
| When does the application ONEND event handler fire? | C-Squared-Systems | 1 |
| What are the different modes for the sessionstates in the
web.config file? | | 1 |
| how to get the vb6.0 COM Component in to the .Net application? | iSoft | 3 |
| I have to send data throug querystring from one page to
another. But it should not be displayed in URL. How it is
possible? | EMR | 5 |
| Describe the difference between inline and code behind -
which is best in a loosely coupled solution Tightly coupled
- INLINE
| | 1 |
| Explain Generics? | | 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 |
| How do you get records number from 5 to 15 from a dataset of
100 records? | Syntax-Softtech | 1 |
| What is the Difference between Web.config and global.asax?
Can we write connection String code in global.asax? | Microsystems | 4 |
| what are the main advantage in .net? | TCS | 3 |
| I am using ASP.Net 2.0. I added the following code in
button_Click page. but 'PreviousPage' is not taking as a
keyword. It throughs an error.
Page Poster = this.PreviousPage;
TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest");
sDisplay = txtNewTest.Text;
Response.Write(sDisplay);
The following is the Error Message:
'controls_LoginMain' does not contain a definition
for 'PreviousPage' | | 2 |
| Is it possible to add aspx.vb file in to C# Web Project? If
so how can i use the vb file in the C# Web project? | | 3 |
| when the user control event occur in ASp page life cycle? | | 3 |
| When an ASP.NET server control is added to a web form,
Visual Studio .NET adds one item to the class for the form.
What item is added?
a) The event registration.
b) A protected class member for the control.
c) A default event handler for the click event.
d) A default class that inherits from the control?s base class.
| Syntax-Softtech | 3 |
| What data types do the RangeValidator control support? | | 2 |
| |
| For more ASP.NET Interview Questions Click Here |