| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is difference between User Control,Custom Contro1,Web
server control and template controls | | 1 |
| Define ViewState and how can it be used? | | 3 |
| what is state management,what is the purpose of it,how it
will be implemented in real time? | | 1 |
|
Could u send me the answer for this question as soon as
possible.
Im using 'System.net.mail.mailmessage' namespace for
sending a mail from my application. What should I mention
in 'system.net.mail.mailmessage.to' property and What
should I mention in 'system.net.mail.mailmessage.from'
property. | | 1 |
| what is diffrance between response.write &
response.output.write | CTS | 4 |
| 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 |
| 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 to merge 2 tables fields in DataTable in asp.net | Wipro | 5 |
| Should validation (did the user enter a real date) occur
server-side or client-side? Why? | | 2 |
| You create an assembly to access data in a relational
database. This assembly will be used by several ASP.NET
applications on your Web server.
You need to ensure that all your applications can access the
assembly.
Which two actions should you take (Each Answer: presents
part of the solution.)? (Choose two)
A . Run the Assembly Registration tool (Regasm.exe).
B . Run the String Name tool (Sn.exe).
C . Run the Installer tool (Intallutil.exe).
D . Run the Global Assembly Cache tool (Gacutil.exe).
| Syntax-Softtech | 5 |
| difference between gridview,data list and repeater control | Olive-Tech | 4 |
| What is difference between masterpage and user control, what
is the objective of master page when we had user control in
.NET 1.1 version | DELL | 3 |
| Difference between datareader and dataset ? | Microsoft | 2 |
| what is the difference between assemblyinfo and webconfig
files? | | 1 |
| What is the difference between Postback and Ispostback
Property? | HCL | 2 |
| About the Usage of htmlencode and urlencode ? | Cognizent | 2 |
| When during the page processing cycle is ViewState
available?
| | 1 |
| 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? | | 1 |
| what is strong name? | Microsoft | 2 |
| If you want a certain ASP.NET function executed on
MouseOver for a certain button. Where do you add an event
handler?
| | 1 |
| |
| For more ASP.NET Interview Questions Click Here |