| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Which tools of web site Administartion tool do you use to
manage user,roles and rules? | | 2 |
| What does WSDL stand for? | | 7 |
| Where do you store the information about the user?s locale? | | 1 |
| Difference between .NET components and COM components? | Microsoft | 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 |
| What is the result when the Web Form containing the
following line is complied and executed?
<asp:Button id=?thebutton? onClick=?theEvent? />
a) The button control is created; theEvent is the click
event handler.
b) Compiler error; the control must be set to runat=?server?.
c) Compiler error; onClick is not a valid attribute.
d) Runtime Exception; the control must be set to runat=?server?.
| Syntax-Softtech | 2 |
| Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines? | | 1 |
| what is CTS? | PrimeLine | 3 |
| Difference between ByVal and ByRef? | Microsoft | 2 |
| How can we prevent an aspx page get refreshed when any
information fetch from the database ? | Minecode | 2 |
| 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 | 2 |
| Can we throw exception from catch block ? | Accenture | 3 |
| How to remove themes from certain controls? | | 2 |
| 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 |
| Suppose you want a certain ASP.NET function executed on
MouseOver over a certain button. Where do you add an event
handler? | | 1 |
| What are Sticky Sessions? | Infosys | 2 |
| IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS POSSIBLE. | | 1 |
| Describe a diffgram ? Write any one use of that?
| | 2 |
| Where would you use an iHTTPModule, and what are the
limitations of any approach you might take in implementing one? | | 1 |
| Difference between HTML control and Web Server Control? | | 3 |
| |
| For more ASP.NET Interview Questions Click Here |