| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is service contract,operation contract? | | 1 |
| Where would you use an iHTTPModule, and what are the
limitations of any approach you might take in implementing one
| | 1 |
| 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 |
| please give a brief knowledge about these events ?
page_render()
page_prerender()
page_unload
page_loadcomplete
page_preinit
| Netsweeper | 1 |
| How to send data through querystring to another page but it
should not be displayed in URL | EMR | 2 |
| what is strong name? | Microsoft | 2 |
| which method marks a config file section for encryption? | | 1 |
| what are the types of ASP objects ? | Satyam | 4 |
| If cookies is disabled in client browser will session work ? | Satyam | 3 |
| Why is validation always done on the server? When does that
occur?
| | 1 |
| What is the difference between Debug.Write and Trace.Write?
When should each be used? | Infosys | 2 |
| What combination of methods are used to improve the speed of
the fill() method of the DataAdapter?
a) BeginFillData() and EndFillData()
b) StartFillData() and EndFillData()
c) BeginLoadData() and EndLoadData()
d) StartLoadData() and EndLoadData()
| Syntax-Softtech | 2 |
| Where do you store the information about the user?s locale? | Visual-Soft | 1 |
| How do you use a custom validator? When might you want to
use one? | | 1 |
| What are the main components of the ADO object model? How
are they used? | Syntax-Softtech | 1 |
| we can able to display a MessageBox in asp .net without
using any script langages? | ABC | 5 |
| Why Web Services? | | 1 |
| Tell About Web.config ? | Keane-India-Ltd | 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 |
| What is the main use of Response.Output.Write()? | | 3 |
| |
| For more ASP.NET Interview Questions Click Here |