| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Does the following statement executes successfully:
Response.Write(?value of i = ? + i);
| TCS | 4 |
| In a webpage if i want to give access to only half page
,then what should i do?
| | 3 |
| What is the method used to load generated dataset with data
on the DataAdapter control ? | | 3 |
| What is CSS? What is the advantage os using CSS in ASP.NET
Web Applications? | PCS | 2 |
| What is the result when the Web Form containing the
following line is complied and executed?
<asp:Button id=?thebutton? onClick=?theEvent? />
a) The button control is created; theEvent is the click
event handler.
b) Compiler error; the control must be set to runat=?server?.
c) Compiler error; onClick is not a valid attribute.
d) Runtime Exception; the control must be set to runat=?server?.
| Syntax-Softtech | 2 |
| Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines? | | 1 |
| why many web.config files are used in are project | | 2 |
| What is Http handler? | Accenture | 4 |
| Tell About Web.config ? | Keane-India-Ltd | 2 |
| What?s a bubbled event? | Visual-Soft | 5 |
| Types of authentications in ASP.NET ? | Accenture | 5 |
| how can you bind data from dataset to XML file | LG-Soft | 2 |
| if you disable view state of a textbox will it maintain
data during postbacks.if yes reason | FactorH | 6 |
| When during the page processing cycle is ViewState
available?
| | 1 |
| Explain the life cycle of an ASP .NET page.
| | 2 |
| Hi, I am developing an application (quiz engine) using C#
in Dot net.
My problem is I am designing the selction option using
radio button.
So, I want to retrive the data from the database to the
radiobutton option.
And also please tell me the how to compare the correct
answer option with
Answer selected by the users. If any body knows or have
done this before please
Help me out. My mail id is get_rome@yahoo.co.in.
Table format:
Question Id Queston Option1 Option 2 Option 3
Option 4 Correct answer
1 What is ur name? My name is ….. My name ….
My name …. My name …. My name is tom
| | 2 |
| Uses of CLR ? | TCS | 2 |
| ASP.NET uses event driven programming model.Justify. | | 1 |
| How ASP and ASP.NET page works. | | 1 |
| What?s the difference between Response.Write()
andResponse.Output.Write()?
| | 2 |
| |
| For more ASP.NET Interview Questions Click Here |