| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What ASP.NET object encapsulates the state of the client and
the browser?
a) The Session object
b) The Application object
c) The Response object
d) The Request object
e) The Server object
| Syntax-Softtech | 3 |
| Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx.
All pages are in diff. server. When user req. for a page,
Page1.aspx opens Ist & a session established. If user req.
for IIn page, second session established. Similarly, 3rd
session established if user req. 3rd page. In this scenario,
tot. 03 sessions are established. How we can minimize it so
that it will work with only one session? | Wipro | 2 |
| What's a bubbled event? | | 2 |
| What are the different ways you would consider sending data
across pages in ASP (i.e between 1.asp to 2.asp)? | Net-Solution | 1 |
| What is the use of web.config? Difference between
machine.config and Web.config? | | 3 |
| what r the Templeats in ASP.net? | Intel | 5 |
| In a Code-Behind class generally which type of code is
found ? | | 3 |
| With example & diagram explain AutoPostBack. | | 2 |
| Differentiate session and cookie
| | 1 |
| what is the differance between native code & managed code? | | 5 |
| How many types of session in asp.net2.0 | HCL | 17 |
| which directive is mandatory in page control | AG-Technologies | 3 |
| can u create two Primary key for a table?
--Sivaa | BirlaSoft | 8 |
| what is the assembly? | | 2 |
| If you want a certain ASP.NET function executed on
MouseOver for a certain button. Where do you add an event
handler?
| | 1 |
| Explain what a diffgram is and a good use for one? | Syntax-Softtech | 1 |
| What is the relationship between IIS and ASP.NET in the
generation of dynamic Web sites?
| | 1 |
| Which of the following hosts Can't be used to create .net
Application?
a) IIS
b) Internet Explorer
c) ASP.Net
d) Windows Shell
Which one is correct?
| CTS | 1 |
| 33) You create English, French, and German versions of your
ASP.NET application.
You have separate resource files for each language version.
You need to deploy the appropriate resource file based on
the language settings of the server.
What should you do?
A . Create an installer and set the Installer.Context
property for each version of your application.
B . Create an installer that has a launch condition to
verify the locale settings.
C . Create an installer that has a custom action to install
only location-specific files.
D . Create an installer that has an MsiConfigureProduct
function to install the appropriate version.
| Syntax-Softtech | 2 |
| How to Open any web page by clicking any Any ASPControl
like (Checkbox,radio button or Button) without calling its
event and without going to Siverside code?
| LG-Soft | 1 |
| |
| For more ASP.NET Interview Questions Click Here |