| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What property is used on the datatable to indicate a
conflict after an update?
a) HasConflict
b) HasError
c) HasCollision
d) HasDataError
| Syntax-Softtech | 1 |
| What?s the difference between Codebehind="MyCode.aspx.cs"
and Src="MyCode.aspx.cs"? | Visual-Soft | 1 |
| What are Sticky Sessions? | Infosys | 2 |
| I am trying to redirect another site on button click. | | 7 |
| About Global .asax ? | Satyam | 5 |
| If we add a textbox and give the required field
validator,and i add two radio buttons 1 is yes another one
is No.And i add another one server control button ,if i
click the button ,if the radio button Yes is checked the
validation control is fired ,if no the validation control
is not fired.So what you used to solve this problem. | CTS | 6 |
| What is dataset and uses of dataset ? | TCS | 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 |
| what is the auto option in XML ? | | 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 the need to give <compilation debug=true> command ? | Netsweeper | 3 |
| I have a textbox , assign required field validator and i
have two buttons 1) save 2) cancel , i want the validator
run only when i click save button, don't validate cancel
button , what to do? | eMids | 5 |
| I need to download file from web server, without using save
as dialogue box. Can anyone help, thanks In advance. | | 1 |
| Is it necessary to undertsand these events of an ASPX page
execute. Explain its importantance? | HCL | 1 |
| Explain autherization levels in .net ? | | 2 |
| difference between Trace and Debug ? | Accenture | 2 |
| What is the use of location tag in web.config file | Karur-Vysya-Bank-KVB | 1 |
| What is machine.config and web.config ? | Digital-GlobalSoft | 4 |
| what is asp.net
| | 10 |
| What is the use of mcommand ?
mcommand.fill(ds,"orderdetails"); | Netsweeper | 1 |
| |
| For more ASP.NET Interview Questions Click Here |