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
How to display validation messages in one control?
What is server side routing?
What is the difference between adding reference in solution explorer and adding references by using ?
What is the caspol.exe tool used for?
What is authentication in asp.net?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is asp.net ajax?
What events will occur when a page is loaded?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
How can we create Tree control in asp.net?
What is the difference between cookie and session?
Can we have multiple web config files for an asp.net application?
Which library is used by the testers and developers to develop automated tests and create testing tools?
Differentiate between structure and class.
What is the difference between file-based dependency and key-based dependency?