| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How do you manage session in ASP and ASP.NET ? | Microsoft | 1 |
| What namespace does the Web page belong in the .NET
Framework class hierarchy?
| | 1 |
| Difference Between ReadOnly and Constant Variable in
compile time and Run Time. | Phoenix-Technologies | 3 |
| Which tab of the web site administration tool do you use to
manage application setting ,debug and tracing? | | 2 |
| difference between caching objects in session objects? | | 2 |
| 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 | 3 |
| Explain autherization levels in .net ? | | 2 |
| My website has around 100 aspx. Out of this, a certain 20
aspx files should be made available to the users only
if they are logged in. How can I achieve this with the
web.config file? | Techno-Solutions | 1 |
| How can you provide an alternating color scheme in a
Repeater control? | | 3 |
| For a webapplication if i want to gice access controls like
admin,users how can i give security like rolebased? | Syncfusion | 1 |
| What is caching? What are the different types of caching? | | 5 |
| how to use web services with code?(with example code) | Accenture | 1 |
| What method do you use to explicitly kill a users session? | | 1 |
| What methods are fired during the page load? | Visual-Soft | 6 |
| Describe a diffgram ? Write any one use of that?
| | 2 |
| How many time you can fill dataset in asp.net? | Syntel | 1 |
| When a dropdownlist has been added by some records and it
has been binded why it is not executing i'm facing this
error pls help me ?
if (is!pageposback)
{
arraylist books = new arraylist;
books.add ("gone with the wind");
books.add ("rahulsriramprakash");
books.add ("vishal");
dropdowndisplay.datasource=books;
dropdowndisplay.databind();
}
The error is :
1) The dropdowndisplay does not exist.
| Netsweeper | 4 |
| what is CLR? | PrimeLine | 3 |
| If there are two web.config files in a application which
config files will get priority? | | 4 |
| What is JIT, what are types of JITS and their purpose ? | Infosys | 3 |
| |
| For more ASP.NET Interview Questions Click Here |