| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| ASP.NET uses event driven programming model.Justify. | | 1 |
| In which interface the template of any control like
Gridview would Initiate? | | 2 |
| Explain Generics? | | 1 |
| what is SAP fullform | SAP-Labs | 25 |
| we can able to display a MessageBox in asp .net without
using any script langages? | ABC | 5 |
| What is the roll of JIT in asp.net?
| | 4 |
| If you have to replicate a set of controls(UI) across a
number of web pages, what will you do | | 1 |
| How to limit table cell size with long strings? | IBS | 1 |
| What are different ASP.NET Web Forms with the technology
different from though ASP (1.0-3.0)? | | 1 |
| Types of optimization and name a few and how do u do? | Accenture | 1 |
| hi i have a problem regarding to datagrid in aspdotnet.i
have a datagrid in my application.i have to place
add,edit,delete buttons or links what ever it may be.
now the problem is if i click on add button then the page
has to redirected to another form called "xyz.aspx" and if
i click on edit button the page has to redirected to
another form called "abc.aspx".i am phasing the problem
that if where ever i click on the datagrid the cursor goes
to gv1_SelectedIndexChanged event.please tell me the
solution about the code. | Lambent | 4 |
| Tell something about state management in asp.net? | Accenture | 2 |
| What is the purpose of each of the validation controls
provided by ASP.NET?
| | 1 |
| when using personlization, how do you access over setting at
runtime? | | 1 |
| why we should use more than one web.config files in our
application? I have two web.config files in my application.
One in the root directory and another one inside a sub
folder. When the application runs which web.config file
will run? why? | | 1 |
| What does the "EnableViewState" property do? Why would I
want it on or off? | | 4 |
| When would you set this property to false?
| | 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 |
| Why is validation always done on the server? When does that
occur?
| | 1 |
| what is purpose of xml control in standard controls of
asp.net | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |