| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the use of location tag in web.config file | Karur-Vysya-Bank-KVB | 1 |
| which scripting is used browser by server when we use
validation controls.
1.javascript
2.vbscript
3.jscript
4.perl | Satyam | 8 |
| How to refresh a page in asp.net | | 2 |
| Usage of web.configuration ? | Microsoft | 1 |
| Differences between VB.Net and C#, related to OOPS concepts | CSC | 5 |
| What is the maximum amount of memory any single process on
Windows can address? Is this different than the maximum
virtual memory for the system? How would this affect a
system design? | | 1 |
| what is uncle aunty file | | 1 |
| how to use web services with code?(with example code) | Accenture | 1 |
| What is FullTrust? Do GACed assemblies have FullTrust? | | 2 |
| Describe a diffgram ? Write any one use of that?
| | 2 |
| To which side ( server ? client) does the user input data
validation occur? Explain the reasons for it? | | 1 |
| With example & diagram explain AutoPostBack. | | 2 |
| Below is a code extract from an ASP.Net application.
The code basically reads data from the “name” field in
the “members” table and prints them onto the webpage.
Using the assumptions provided, fill in the 4 blanks below
so that the code will run correctly.
‘Assumptions:
‘conn_str is a variable that holds the connection string to
the database
‘Objects dbcomm and dbread are already declared earlier
dbcomm = New OleDbCommand("SELECT name FROM members",
conn_str)
dbread = dbcomm._______________
_____________________
response.write(_______________)
_____________________
dbread.Close() | Techno-Solutions | 3 |
| Which template must you provide, in order to display data
in a Repeater control? | | 1 |
| How many classes can a single .NET DLL contain? | | 6 |
| Can a master page inherit another master page? | Emphasis | 8 |
| Explain what a diffgram is, and a good use for one? | FT | 1 |
| When we do partial refresh of a page using update panel how
server knows it(which event occurs?) | | 2 |
| In cache where dats is stored and how(file or object?) | | 2 |
| What is runtime host ? | Digital-GlobalSoft | 2 |
| |
| For more ASP.NET Interview Questions Click Here |