| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what are the server controls used in sitepath navigation? | | 1 |
| How would you implement inheritance using VB.NET/C#?
| | 2 |
| which scripting is used browser by server when we use
validation controls.
1.javascript
2.vbscript
3.jscript
4.perl | Satyam | 8 |
| What is MSIL?
| | 2 |
| what is the differance between native code & managed code? | | 5 |
| What are the different ways you would consider sending data
across pages in ASP (i.e between 1.asp to 2.asp)? | Net-Solution | 1 |
| What is caching? What are the different types of caching? | | 5 |
| When does the application ONEND event handler fire? | C-Squared-Systems | 1 |
| What is cookie less session? How it works? | | 1 |
| What methods are fired during the page load? | Visual-Soft | 5 |
| Is data can be edited in the Repeater control? | | 2 |
| I have one .Net application and i have two databases which
is in SQL server2000 and one more database in ORACLE? how
can i access the database from different Databases? | eXensys | 3 |
| Singleton Design pattern?How do you achieve it? | Microsoft | 2 |
| Which @page directive should you create an asynchronous page? | | 1 |
| Explain which is best suited place in the Application Start
and Session_Start subroutines with an example? | | 3 |
| In the context of a comparison, what is object identity
versus object equivalence? | | 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 |
| Difference between ISQL and OSQL?? | | 1 |
| What does this do? sn -t foo.dll | | 2 |
| 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 |
| |
| For more ASP.NET Interview Questions Click Here |