| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| how can you handle "control is not part of this page "
error? | FactorH | 3 |
| What object is used to encapsulate a rowset?
a) DataSet
b) DataAdapter
c) DataRowSet
d) DataTable
| Syntax-Softtech | 2 |
| What are various authentication mechanisms in ASP.NET ? | TCS | 3 |
| How do you do validations. Whether client-side or
server-side validations are better.? | Microsoft | 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 asp and asp.net ? | Inspira-Technologies | 2 |
| With out Web.config can we executes the application? | Valtech | 6 |
| Explain autherization levels in .net ? | | 2 |
| True or False: A Web service can only be written in .NET? | | 4 |
| What are the data types is possible to store in session?
and can we store dataset in session? | eMids | 4 |
| Create the Output by mearging 2 tables and taking common
column sid from both you should not use database create
table and data in it Randomly
table 1
sid sname saddress
1 sa ampt
2 na hyd
3 ha hyd
table 2
sid dno dname
1 12 stats
2 23 phy
3 12 stats
OutPUt
sid sname saddress did dname
1 sa ampt 12 stats
2 na hyd 23 phy
3 ha hyd 12 stats
| | 1 |
| I create small website, i want accept all the browser this
website? what will do? | | 1 |
| which is best possible way to add data source to data grid
when the data is huge(10 lack recored)how to edit a
perticular row | Aviva | 3 |
| how can you bind data from dataset to XML file | LG-Soft | 2 |
| I have one .Net application and i have two databases which
is in SQL server2000 and one more database in ORACLE? how
can i access the database from different Databases? | eXensys | 3 |
| What is the difference between <%#%> and <%=%>? | IBS | 4 |
| What is the lifespan for items stored in ViewState? | ISST | 2 |
| what is the jit? what is the type of jit and purpose of it> | | 2 |
| 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 |
| Can private assembly be used for more than one application?
If so how? | Satyam | 6 |
| |
| For more ASP.NET Interview Questions Click Here |