| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe | | 1 |
| Where does the Web page belong in the .NET Framework class
hierarchy? | | 1 |
| To display data in a Repeater control which templete is
provided ? | | 4 |
| About the Usage of htmlencode and urlencode ? | Cognizent | 2 |
| What is the Global ASA(X) File? | | 2 |
| What is gacutil.exe? Where do we store assemblies, Should
sn.exe be used before gacutil.exe? | Accenture | 2 |
| Any disadvantages in Dataset and in reflection ? | DELL | 1 |
| What are the data types is possible to store in session?
and can we store dataset in session? | eMids | 4 |
| What is the Web.config file used for?
a) To store the global information and variable definition
for the application.
b) Configures the time that the server-side codebehind
module is called
c) To Configure the Web Server.
d) To Configure the Web browser.
| Syntax-Softtech | 3 |
| 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 |
| why security trimming attribute? | | 1 |
| If I'm developing an application that must accommodate
multiple security levels though secure login and my ASP.NET
web application is spanned across three web-servers (using
round-robin load balancing) what would be the best approach
to maintain login-in state for the users? | Syntax-Softtech | 7 |
| IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS POSSIBLE. | | 1 |
| what is the difference between assemblyinfo and webconfig
files? | | 1 |
| what is the use of asp.net | ABC | 2 |
| Where do you store the information about the user?s locale? | Visual-Soft | 1 |
| Clearly Explain the ispostback | TCS | 6 |
| what is SQL cache Invalidation? | | 1 |
| I have been asked in an interview What is your LOC(Line of
Code)What will be the probable answer for that | HCL | 1 |
| 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 |
| |
| For more ASP.NET Interview Questions Click Here |