| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the difference between Debug.Write and Trace.Write?
When should each be used? | Infosys | 2 |
| What is web application virtual directory ? | Satyam | 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 |
| Types of store procedure in Sqlserver? | | 2 |
| You ve defined one page_load event in aspx page and same
page_load event in code behind how will prog run? | | 4 |
| when using personlization, how do you access over setting at
runtime? | | 1 |
| What layout mode is the default when a new Web Form is created?
a) GridBagLayout
b) GridLayout
c) FlowLayout
d) FormLayout
| Syntax-Softtech | 2 |
| What does assemblyinfo.cs file consist of? | Accenture | 1 |
| is it possible to persiste customize object in view state?
how it is? | | 2 |
| How do you pass session values from one page to another ? | Digital-GlobalSoft | 2 |
| What namespaces are imported by default in ASMX files? | | 2 |
| Which template must you provide, in order to display data
in a Repeater control? | | 1 |
| What are runtime hosts? | Microsoft | 3 |
| What is the difference between and ActiveX dll and control ? | Microsoft | 1 |
| what is diff between responseexpires and expiresabsolute | Accenture | 2 |
| True or False: To test a Web service you must create a
windows application or Web application to consume this service? | | 1 |
| Your manager has asked you to describe what you would use
application variables for. What statement best describes the
use of application variables?
a) Application Variables are used to keep state for each
connected user.
b) Application Variables are used to keep state for the web site
c) Application Variables are used to keep state for the
application on the server
d) Application Variables are used to keep state for all
applications objects in the web site.
| Syntax-Softtech | 1 |
| Types of objects in ASP? | Microsoft | 5 |
| Describe a diffgram ? Write any one use of that?
| | 2 |
| Rate yourself in .net and sql database? | Satyam | 1 |
| |
| For more ASP.NET Interview Questions Click Here |