| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Differnce between Control an View State | Proteans | 1 |
| Can we use the java script code in .Net Code behind? | eXensys | 4 |
| What is machine.config and web.config ? | Digital-GlobalSoft | 4 |
| How we can set Different levels of Authentication in .Net?
What are the difference between Windows Authenticatin,
Passport Authentication and Form Authentication?
| | 1 |
| I am using ASP.Net 2.0. I added the following code in
button_Click page. but 'PreviousPage' is not taking as a
keyword. It throughs an error.
Page Poster = this.PreviousPage;
TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest");
sDisplay = txtNewTest.Text;
Response.Write(sDisplay);
The following is the Error Message:
'controls_LoginMain' does not contain a definition
for 'PreviousPage' | | 2 |
| What is boxing and unboxing ? | Accenture | 6 |
| Is It Possible For Whole Page is Saved In View State?
What Is View State? | Phoenix-Technologies | 2 |
| What is an application domain? | Microsoft | 1 |
| How to limit table cell size with long strings? | IBS | 1 |
| What base class do all Web Forms inherit from? | | 1 |
| What tag do you use to add a hyperlink column to the DataGrid? | | 1 |
| What object is used to encapsulate a rowset?
a) DataSet
b) DataAdapter
c) DataRowSet
d) DataTable
| Syntax-Softtech | 2 |
| what is the difference between this.controls and
page.form1.controls and me.controls? | FactorH | 2 |
| You create an assembly to access data in a relational
database. This assembly will be used by several ASP.NET
applications on your Web server.
You need to ensure that all your applications can access the
assembly.
Which two actions should you take (Each Answer: presents
part of the solution.)? (Choose two)
A . Run the Assembly Registration tool (Regasm.exe).
B . Run the String Name tool (Sn.exe).
C . Run the Installer tool (Intallutil.exe).
D . Run the Global Assembly Cache tool (Gacutil.exe).
| Syntax-Softtech | 5 |
| Security types in ASP/ASP.NET? Different Authentication modes? | | 3 |
| Explain the differences between Server-side and Client-side
code? | | 3 |
| what is strong name? | Microsoft | 2 |
| How do you install windows service? | Tech-Mahindra | 3 |
| What is the maximum amount of memory any single process on
Windows can address? Is this different than the maximum
virtual memory for the system? How would this affect a
system design? | KPIT | 1 |
| how to convert from sql2000 numeric to int in asp.net with
sqlparameter? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |