| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What does setting a control's EnableViewState property to
false accomplish?
| | 1 |
| How do you create a permanent cookie? | | 2 |
| About DataAdapters ? | Accenture | 7 |
| what is the differance between native code & managed code? | | 5 |
| I am trying to redirect another site on button click. | | 7 |
| What is operator overloading in dotnet | | 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 implement caching? | Microsoft | 1 |
| Clearly Explain the ispostback | TCS | 6 |
| What are the major differences between asp.net1.1 and
asp.net 2.0? | CTS | 7 |
| If you want a certain ASP.NET function executed on
MouseOver for a certain button. Where do you add an event
handler?
| | 1 |
| Difference between ISQL and OSQL?? | | 1 |
| can u create two Primary key for a table?
--Sivaa | BirlaSoft | 8 |
| What is the difference between and ActiveX dll and control ? | Microsoft | 1 |
| about view state and how validation controls will be
executed on client and server | Wipro | 2 |
| How to kill session? | Protech | 11 |
| how can i inharit multiple classes? | | 1 |
| Describe the difference between a Thread and a Process? | | 4 |
| Describe a diffgram ? Write any one use of that?
| | 2 |
| 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 |
| |
| For more ASP.NET Interview Questions Click Here |