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
What is Cookies Less Session?
What is application state?
What are strong names?
What is the use of service provider?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What is base class of .net?
How do I use a proxy server when invoking a web service?
what are the ihttphandler and ihttphandlerfactory interfaces ?
In which event of page cycle is the viewstate available?
What is the difference between page directive include and action tag include?
What is the difference between file-based dependency and key-based dependency?
What is the advantage of using Windows authentication in a Web application?
How response object is related to asp's response object?
What is a proxy in web service?
Is asp.net free?