WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.

Answer Posted / jignesh hirpara

There are three families of controls and they are as follows:-

1. HTML CONTROLS:- HTML CONTROLS are standard controls and they are part of HTML language. These are not classes but they are tags and we can only do client-side programming with them.
2. HTML SERVER CONTROLS: HTML SERVER CONTROLS are the same as HTML controls but they have runat=server attribute. With the HTML server controls we can do server-side programming. This is more beneficial to those people who are migrating from old web application to .NET applications.
3. WEB CONTROLS: WEB CONTROLS are .NET classes and they have rich set of properties, methods, and events. They are programmable on client side as well server side. There are many control that offer same UI(User Interface)but have more features to HTML controls. For eg. Calendar controls, data grid controls and validation controls and these control render to client as HTML controls.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Cookies Less Session?

807


What is application state?

689


What are strong names?

789


What is the use of service provider?

762


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

870


What is base class of .net?

739


How do I use a proxy server when invoking a web service?

728


what are the ihttphandler and ihttphandlerfactory interfaces ?

723


In which event of page cycle is the viewstate available?

795


What is the difference between page directive include and action tag include?

715


What is the difference between file-based dependency and key-based dependency?

797


What is the advantage of using Windows authentication in a Web application?

796


How response object is related to asp's response object?

700


What is a proxy in web service?

781


Is asp.net free?

755