| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Where do you store the information about the user?s locale? | | 1 |
| 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 |
| Explain the life cycle of an ASP .NET page.
| | 2 |
| What is smart navigation? | | 1 |
| How to limit table cell size with long strings? | IBS | 1 |
| The question is "After sign out from email, Then we click a
back button , we can't go to the previous page ie inbox
page, It is displaying a login form only"
My doubt is How will code this , If u know please blog me
through this or my mail. my mail id is yoursguna@gmail.com
| TCS | 2 |
| Which institute provide good Project training on .Net
technologies in hyd? | | 4 |
| hi
everyone. can anyone send me wipro interview questions on
.net. plz its urgent | Wipro | 1 |
| Which namespace in used to connction web cam | | 1 |
| Features in ASP.NET? | Microsoft | 2 |
| Differences between session state and Application state? | | 2 |
| 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 |
| Which two properties are there on every validation control? | | 2 |
| what is managed and unmanaged code? | Microsoft | 3 |
| What is the difference between response.redirect and
server.transfer, how to choose one among the other? | 247Customer | 2 |
| What are the disadvantages of view state / what are the
benefits? | | 2 |
| What does the following SQL statement return, assuming that
all tables and column names are correct?
SELECT FirstName, StreetAddress
FROM Employees
JOIN AddressBook
ON Employees.EmpID = AddressBook.EmpID
a) Nothing, the JOIN syntax is wrong.
b) All the records form the Employees table, and only the
matching ones form the StreetAddress table.
c) All the records from the StreetAddress table and only the
matching records form the Employees table.
d) Only the matching records from the two tables.
| Syntax-Softtech | 4 |
| If cookies is disabled in client browser will session work ? | Satyam | 3 |
| Caching techniques in .NET? | Microsoft | 2 |
| What does this do? sn -t foo.dll | | 2 |
| |
| For more ASP.NET Interview Questions Click Here |