| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How many web.config files in each solution | General-Mills | 9 |
| Which @page directive should you create an asynchronous page? | | 1 |
| Where would you use an iHTTPModule, and what are the
limitations of any approach you might take in implementing one? | | 1 |
| How can you provide an alternating color scheme in a
Repeater control? | | 1 |
| What is the difference between ExecuteReader,ExecuteNonQuery
and ExecuteScalar. | | 3 |
| What is the Global.asax used for? | | 7 |
| What is the use of Administration tool in Asp.net 2.0? | | 2 |
| What data types do the RangeValidator control support? | | 2 |
| What is web application virtual directory ? | Satyam | 1 |
| Uses of CLR ? | TCS | 2 |
| Webconfig file is cofiguration of server or browser? | Wipro | 9 |
| How do you perform validations? | Microsoft | 2 |
| Suggest 3 best practices in detail for for Developing High
Performance Web and Enterprise Applications | Techno-Solutions | 2 |
| Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines? | | 1 |
| Explain the differences between Server-side and Client-side
code?
| | 2 |
| True or False: To test a Web service you must create a
windows application or Web application to consume this service? | | 1 |
| Can any one explain with the example how to capture the
application error in Aplication_Error() method? | Infosys | 1 |
| Explain which is best suited place in the Application Start
and Session_Start subroutines with an example? | | 3 |
| what are Httpmodule and HttpHandler? | Microsoft | 2 |
| Create the Output by mearging 2 tables and taking common
column sid from both you should not use database create
table and data in it Randomly
table 1
sid sname saddress
1 sa ampt
2 na hyd
3 ha hyd
table 2
sid dno dname
1 12 stats
2 23 phy
3 12 stats
OutPUt
sid sname saddress did dname
1 sa ampt 12 stats
2 na hyd 23 phy
3 ha hyd 12 stats
| | 1 |
| |
| For more ASP.NET Interview Questions Click Here |