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 are the types of events in asp.net? 2.what is databind? 3.what is COM objects? 4.Differenc..

Answer / nageswara rao.g

5.soap stands for simple object access protocol.

webservices use the protocol bcz webservices must be
accessable by all application througt out world.

7.page level errors
application level errors
custom errors

Is This Answer Correct ?    11 Yes 9 No

Post New Answer

More ASP.NET Interview Questions

Explain the difference between an exe and a dll?

0 Answers  


If there are two web.config files in a application which config files will get priority?

5 Answers  


What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

0 Answers  


Different type of validation controls in asp.net ?

1 Answers   CTS, Keane India Ltd,


Usage of web.configuration ?

3 Answers   Microsoft,


Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

0 Answers  


How to authenticate users using web.config ?

2 Answers   Accenture, Amazon, BirlaSoft, Cap Gemini,


Can we store PROGID information in database and dynamically load the component ?

1 Answers   Digital GlobalSoft, e4e,


How to write test case (Unit test plan)

1 Answers   Syntel,


in which protocol ASP.NET WEB API Work?

0 Answers   HCL,


How many column in table of sql server?

3 Answers  


Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


Categories