| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| After building the custom control, you test it by adding an
ASP.Net web application to the solution. You add a correct
<%@ Register %> directive and a proper declaration of the
control in the <asp:Form> tag to the Web Form, but when you
execute the application you get an error. What is the most
likely reason for the problem?
a) The custom control must be compiled first.
b) The web application must have a reference to the control
c) The custom control must be registered with windows first.
d) The assembly from the custom control is not in the
application?s bin directory.
| Syntax-Softtech | 1 |
| How to kill session? | Protech | 11 |
| what is dumpbin.exe? | | 1 |
| Can private assembly be used for more than one application?
If so how? | Satyam | 6 |
| Why is it important to maintain session state?
| | 1 |
| 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 |
| if you disable view state of a textbox will it maintain
data during postbacks.if yes reason | FactorH | 6 |
| In what order do the events of an ASPX page execute, As a
developer is it important to understand these events?
| | 2 |
| Explain what a diffgram is, and a good use for one?
| | 2 |
| What was the difference between machine.config and
web.config files | Assurgent | 8 |
| 1. What is the difference between Cache and Session?
2. I cache limited to page like viewstate or it's accessible
through out the application like session?
3. Which one is better when I've some data that is to be
used across the application? Why is to better than the other? | 247Customer | 1 |
| what is the jit? what is the type of jit and purpose of it> | | 2 |
| what is the requirement that .Net web services can access the
java application?
| iSoft | 6 |
| Whats an assembly
| IBM | 1 |
| Where do you store the information about the user?s locale? | | 1 |
| Why do we use Option Explicit?
| Microsoft | 2 |
| what are the files used in asp .net | | 1 |
| 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 |
| How do you retrieve information from web.config ? | MMTS | 4 |
| About duration in caching technique ? | Accenture | 2 |
| |
| For more ASP.NET Interview Questions Click Here |