| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| After capturing the SelectIndexChanged event for a ListBox
Control, you find that the event handler doesn?t execute.
What could be the problem be?
a) The AutoEventWireup attribute is set to False
b) The AutomaticPostBack attribute is set to False
c) The codebehind module is not properly compiled
d) The ListBox must be defined WithEvents.
| Syntax-Softtech | 1 |
| What are the types of assemblies and where can u store them
and how a private assembly is used only by a single
application, and is stored in that application's install
directory (or a subdirectory therein)? | Accenture | 1 |
| When working with ASP.Net server controls, it is important
to use the right event handlers to capture the event for the
application to function properly. What event would you use
to capture the selection of a new item in a DropDownList
control?
a) The Click event.
b) The SelectionChanged event.
c) The SelectionIndexChanged event.
d) The ChangedSelection event.
| Syntax-Softtech | 4 |
| what is view state | | 4 |
| What is customer control and user control? | Perot-Systems | 1 |
| Types of values mode can hold session state in web.config ? | Accenture | 1 |
| which event in global.asx that fires for every request of
same user? | FactorH | 3 |
| What is runtime host ? | Digital-GlobalSoft | 1 |
| The question is "After sign out from email, Then we click a
back button , we can't go to the previous page ie inbox
page, It is displaying a login form only"
My doubt is How will code this , If u know please blog me
through this or my mail. my mail id is yoursguna@gmail.com
| TCS | 1 |
| How to Page Execute in asp.net(inside browser) | Wipro | 1 |
| When does the application ONEND event handler fire? | C-Squared-Systems | 1 |
| What is a WebService and what is the underlying protocol
used in it? Namespace? | | 1 |
| what is asp and asp.net ? | Inspira-Technologies | 2 |
| Which property on a Combo Box do you set with a column
name, prior to setting the DataSource, to display data in
the combo box?
| | 1 |
| What is difference between machine.config and Web.Config? | Accenture | 3 |
| Suppose there is one web farm with 3 servers inside with
same configuration and the same project is running inside
all servers.Which session mode is usde for all these and
why? | | 2 |
| how many databases and tables are uses in one project? | | 2 |
| 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 |
| All kind of access specifiers for a class and for methods ? | MMTS | 1 |
| What are the differences between Trace and Debug? | Accenture | 2 |
| |
| For more ASP.NET Interview Questions Click Here |