| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| When would you set this property to false?
| | 1 |
| What is dataset and uses of dataset ? | TCS | 4 |
| How can we prevent an aspx page get refreshed when any
information fetch from the database ? | Minecode | 2 |
| which is best possible way to add data source to data grid
when the data is huge(10 lack recored)how to edit a
perticular row | Aviva | 3 |
| How Many types of Page Load functions in asp.net | | 2 |
| Difference between application and session ? | Satyam | 5 |
| how to convert from sql2000 numeric to int in asp.net with
sqlparameter? | | 1 |
| How much data (Max K) can go into a QueryString? | TCS | 4 |
| Where would you use an iHTTPModule, and what are the
limitations of any approach you might take in implementing one? | | 1 |
| Which keyword you should use for class not to extend?
Which keyword to be used for making the class accessible
within the assembly only
what are the authentication mode of ASP.NET
How will you call a JavaScript function using code-behind?
How will you define the Session Timeout?
What are the methods to validate client-side whether the
input is a correct Date format?
You want to write a log when ASP.NET application starts.
Which is the best place to write that peice of code?
What are the page load events and what is there order?
What is the difference between abstract class and interface?
What are the differences between DataSet and DataReader?
What are the two properties other than DataSource, which is
required to populate the Drop Down Menu?
What is difference between String and StringBuilder Classes?
What are differences between Custom control and User
control?
| Ignis-Technologies | 1 |
| If you want a certain ASP.NET function executed on
MouseOver for a certain button. Where do you add an event
handler?
| | 1 |
| What is the syntax for datagrid and specifying columns ? | Microsoft | 1 |
| Why do we use Option Explicit?
| Microsoft | 2 |
| 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 |
| How do you enable tracing?
a) Set the Trace property of the Web Form to True
b) Set the Trace property of the server object to True
c) Set the Session variables Trace to True
d) Set the Applications Variable Trace to True.
| Syntax-Softtech | 2 |
| What are the different types of Session state management
options available with ASP.NET?
| | 5 |
| what is CLR? | PrimeLine | 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 |
| Which control would you use if you needed to make sure the
values in two different controls matched? | | 3 |
| About Postback ? | Accenture | 3 |
| |
| For more ASP.NET Interview Questions Click Here |