| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| ASP.NET uses event driven programming model.Justify. | | 1 |
| How do you bind array to gridview? Will it works? | HP | 4 |
| What are Http handler ? | Accenture | 3 |
| I have around 200+ controls in a page. Each of the sets of
controls are kept in divs and when header div is clicked,
only those div controls pertaining to that header div will
be displayed. Rest of the divs are kept invisible.
When the page loads, all these 200+ controls are loaded
simultaneously, that consumes much of the time.
What my requirement is I want to get the div1 controls
loaded when the page loads and rest of the div controls
should be loaded asynchronously. it should not be loaded
with page load, so that time for loading the page can be
much minimised.
Hope u understood my question and pls help me out with a
solution asap....
| | 1 |
| Life cycle of ASP.NET page when a request is made ? | MMTS | 3 |
| What does the "EnableViewState" property do? Why would I
want it on or off? | | 4 |
| what is dumpbin.exe? | | 1 |
| I am having four text boxes in my web application. I am
setting Required Field validator to each Text box. And I am
having two buttons in my application. If i clicked the
first button only first two text box validation will get
fire. Dont show error message for remaining two text box.
If i clicked second button last two text box validation
will get fired. It will not consider the first two
validation controls. That is how to enable and disable the
validation controls. | | 4 |
| What does setting a control's EnableViewState property to
false accomplish?
| | 1 |
| what does membership class provide? | | 1 |
| What are the difference between ASP and ASP.Net? | Accenture | 1 |
| hi
everyone. can anyone send me wipro interview questions on
.net. plz its urgent | Wipro | 1 |
| How to write unmanaged code and how to identify whether the
code is managed / unmanaged ? | Accenture | 1 |
| 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 |
| How to identify host of my system?
How to identify servername of my system?
How to identify domainname of my system? | | 2 |
| What is .NetFramework? | Syntel | 1 |
| what is diffrance between response.write &
response.output.write | CTS | 4 |
| Difference between ADO.Net 1.1 and ADO.Net 2.0 ? | Value-Labs | 1 |
| what is caching? | Microsoft | 2 |
| when using personlization, how do you access over setting at
runtime? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |