| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How .Net has implemented security for web applications? | | 1 |
| What is the difference between User Controls and Master Pages | IntraLogic | 13 |
| Breifly explain about stack and heap memory Managemet? | | 1 |
| Singleton Design pattern?How do you achieve it? | Microsoft | 2 |
| view state data is stored in which format? | Mind-Tree | 8 |
| 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 |
| Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe in the page loading process. | | 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 |
| Can you edit data in the Repeater control? | | 8 |
| User contro having 4 text boxes given validation controls.
i want to execute validations after the button click event
how it is? | | 3 |
| Which template must you provide, in order to display data in
a Repeater control? | Wipro | 2 |
| How do you handle unhandled exceptions in ASP.NET?. | | 3 |
| when to use webservice and when to use remotong diff
between them | | 3 |
| how to pass session value one url to another url.my code
if session("user")="abc" then
response.redirect("www.abc.com\client\home.aspx")
end if. so how to pass value of session in browser url | | 1 |
| What are typed datasets? | IBS | 1 |
| How can you assign styles to webforms? | Microsoft | 2 |
| Which control would you use if you needed to make sure the
values in two different controls matched? | | 3 |
| what is client back feauture ? | | 1 |
| Life cycle of ASP.NET page when a request is made ? | MMTS | 3 |
| What is dataset ? | Infosys | 10 |
| |
| For more ASP.NET Interview Questions Click Here |