| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| I have a datagrid of 10 rows and I am updating the fifth
row using template column edit. How wil u know that the row
is updated, so that it can be send to database for updating
the respective table? | | 3 |
| Usage of web.config? | Microsoft | 1 |
| What is personalization? What are the properties available
in personalization? | | 1 |
| Tell about WebService in Asp.Net? | Accenture | 4 |
| How to do Forms authentication in asp.net? | | 2 |
| Below is a code extract from an ASP.Net application.
The code basically reads data from the “name” field in
the “members” table and prints them onto the webpage.
Using the assumptions provided, fill in the 4 blanks below
so that the code will run correctly.
‘Assumptions:
‘conn_str is a variable that holds the connection string to
the database
‘Objects dbcomm and dbread are already declared earlier
dbcomm = New OleDbCommand("SELECT name FROM members",
conn_str)
dbread = dbcomm._______________
_____________________
response.write(_______________)
_____________________
dbread.Close() | Techno-Solutions | 3 |
| Can you explain what inheritance is and give an example of
when you might use it?
| | 1 |
| How do you do validations. Whether client-side or
server-side validations are better ? | Microsoft | 2 |
| How to handle error while project running on live
| | 2 |
| How do I debug an ASP.NET application that wasn't written
with Visual Studio.NET and that doesn't use code-behind? | | 1 |
| In a page u have Web user controls . So what is the order
in which the Page life Cycles takes place? | | 1 |
| When an ASP.NET server control is added to a web form,
Visual Studio .NET adds one item to the class for the form.
What item is added?
a) The event registration.
b) A protected class member for the control.
c) A default event handler for the click event.
d) A default class that inherits from the control?s base class.
| Syntax-Softtech | 3 |
| What is Difference between Callbacks and Postback in ASP.NET? | | 8 |
| what is the differance between native code & managed code? | | 5 |
| Tell something about state management in asp.net? | Accenture | 2 |
| What is .NetFramework? | Syntel | 1 |
| What are the difference between ASP and ASP.Net? | 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 |
| I have been asked in an interview What is your LOC(Line of
Code)What will be the probable answer for that | HCL | 1 |
| What r new things introduced in ASP.NET 2.0 in comparision
to ASP.NET 1.1 | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |