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
Can we store object in viewstate?
How do I use response redirect?
Can we have multiple master pages in asp net?
What are the memory-mapped files?
What is clickid?
Define authentication and authorization.
How can I create master page in asp net?
What is the difference between abstract class vs interface? Can give me the real time examples?
Explain ViewState?
What is difference between view state and session state?
Describe the Server Control Events of ASP.NET?
What is custom events? How to create it?
What is the importance of Global.asax in ASP.NET?
What is the viewstate in asp.net?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????