| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other? | | 6 |
| what are the sitemap providers in Asp.net 2.0? | | 2 |
| Types of authentications in ASP.NET ? | Accenture | 5 |
| What is WebService ? | Tanla-Solutions | 6 |
| Hi , I am Basha. I am searching a job in dotnet.Plz tell me
the order of page events in asp.net 2.0> plz send faq's
related to c#.net,asp.net,sqlserver2000 etc. to my mail-id :
bashask.ss@gmail.com | Sapient | 4 |
| What is the purpose of the following segment?
If ( !IsPostBack)
{
sqldataAdapter1.Fill (dsusers1);
DataGrid1.DataBind ();
}
a) To populate the DataAdapter the first time the web page
id displayed.
b) To populate the DataSet every time the web page is displayed.
c) To populate the DataAdapter every time the web page is
displayed.
d)To populate the DataSet the first time the web page is
displayed.
| Syntax-Softtech | 2 |
| What is a Repeater Control and how does it works? and what
is the diffrence b/w Gridview,datalist and repeater control? | USi | 2 |
| Is data can be edited in the Repeater control? | | 2 |
| what is diference between the .net1.0 & .net2.0 ? | EMax | 2 |
| How do you turn off cookies for one page in your site? | IBS | 2 |
| what is diffrence between debug class and trace class in
asp.net ? | | 2 |
| How do you use css in asp.net? | | 4 |
| Can you explain what inheritance is and give an example of
when you might use it?
| | 1 |
| How do you register a .NET assembly? | Microsoft | 3 |
| How do you make your site SSL enabled ? | Satyam | 2 |
| what do machine key element in configuration file specify? | TCS | 1 |
| How many Directives r in ASP.NET? | | 4 |
| I have a method written in WebForm (means .aspx page) & now
I want to call this method in WebUserControl (means .ascx
page) what should I have to do?
| Patni | 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 |
| Difference between DataView and DataTable | | 3 |
| |
| For more ASP.NET Interview Questions Click Here |