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?
Answer Posted / 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 View All Answers
What is cross page posting in asp net?
What are the cookies types in asp.net?
How would you get asp.net running in apache web servers?
How do you open a page in a new window?
What are app services?
What is ispostback method in asp.net? Why do we use that?
What is asp net application object?
What is a web api endpoint?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is difference between View State and Hidden Field in ASP.NET?
What are the merits and demerits of viewstate?
What are the different methods of session maintenance in asp.net?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Describe how ASP.NET maintains process isolation for each Web application?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?