Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Can we store object in viewstate?

916


How do I use response redirect?

931


Can we have multiple master pages in asp net?

925


What are the memory-mapped files?

952


What is clickid?

988


Define authentication and authorization.

1037


How can I create master page in asp net?

899


What is the difference between abstract class vs interface? Can give me the real time examples?

904


Explain ViewState?

974


What is difference between view state and session state?

814


Describe the Server Control Events of ASP.NET?

1132


What is custom events? How to create it?

1006


What is the importance of Global.asax in ASP.NET?

1068


What is the viewstate in asp.net?

980


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

20719