| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| About writting a query and SP which is better ? | Satyam | 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 |
| What?s a bubbled event? | Visual-Soft | 5 |
| To which side ( server ? client) does the user input data
validation occur? Explain the reasons for it? | | 1 |
| 1. What is the difference between Cache and Session?
2. I cache limited to page like viewstate or it's accessible
through out the application like session?
3. Which one is better when I've some data that is to be
used across the application? Why is to better than the other? | 247Customer | 1 |
| What is a Windows Service and how does its life cycle differ
from a standard EXE? | | 2 |
| what are the attributes of sitemapnode? | Satyam | 3 |
| Can we change the session timeout in ASP.NET, if yes then
how and from where? | L&T | 7 |
| How do you relate an aspx page with its code behind page ? | Accenture | 3 |
| what are the sitemap providers in Asp.net 2.0? | | 2 |
| why many web.config files are used in are project | | 2 |
| how can i call output parameters from ado.net | TCS | 2 |
| Suppose you display a data having 200 records in a
datagrid. Then you edit 100 records of them. Now when you
will press update button,all 100 records should be updated
in single shot rather than reading every record and
updating. How to do it? | Wipro | 2 |
| What data types do the RangeValidator control support? | | 2 |
| To match the two different controls which control would we
use ? | | 2 |
| I need to download file from web server, without using save
as dialogue box. Can anyone help, thanks In advance. | | 1 |
| What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other? | Syntax-Softtech | 24 |
| how to convert from sql2000 numeric to int in asp.net with
sqlparameter? | | 1 |
| What?s the difference between Codebehind="MyCode.aspx.cs"
and Src="MyCode.aspx.cs"? | Visual-Soft | 1 |
| What is the other method, other than GET and POST, in ASP.NET? | | 3 |
| |
| For more ASP.NET Interview Questions Click Here |