| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is state management,what is the purpose of it,how it
will be implemented in real time? | | 1 |
| can we call webservice in Html form? | Microsoft | 1 |
| What does this do? sn -t foo.dll | | 2 |
| how can i insert array values and retreive in asp.net | TCS | 3 |
| How do you make your site SSL enabled ? | Satyam | 2 |
| What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other? | | 6 |
| What r new things introduced in ASP.NET 2.0 in comparision
to ASP.NET 1.1 | | 1 |
| what is assembly? | Microsoft | 2 |
| what is Disco?what it will do? | Microsoft | 2 |
| what are the ways to improve performance in .net
application? | Mind-Tree | 3 |
| 1.What are the types of events in asp.net?
2.what is databind?
3.what is COM objects?
4.Difference between gridview and datalist?
5.what is SOAP?
6.what are contents are available in asp.net page?
7.what are types of error? | | 1 |
| What is the difference between and ActiveX dll and control ? | Microsoft | 1 |
| 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 |
| Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe in the page loading process. | | 1 |
| What is shared and private assembly? | Accenture | 1 |
| what is value type to reference type | AG-Technologies | 6 |
| What is custom tag in web.config ? | Accenture | 1 |
| How many time you can fill dataset in asp.net? | Syntel | 1 |
| How is a property designated as read-only?
| | 2 |
| how to get the vb6.0 COM Component in to the .Net application? | iSoft | 3 |
| |
| For more ASP.NET Interview Questions Click Here |