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.

Answers were Sorted based on User's Feedback



WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS...

Answer / 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

More ASP.NET Interview Questions

Why should i prefer JSP over asp.net or any other web development language..??

0 Answers  


What is the use of dispose method?

0 Answers  


Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc

0 Answers  


If we remove web.config or machine.config from the application then, is this application will works?

0 Answers  


Explain about Application and Session Events ?

0 Answers  


When Garbage Collector runs in an Application? 1)Application is running form more than 30 min. 2)On every 1/4th milisecond 3) Randomly 4) Application is running on low of memory

2 Answers   PCS,


How does asp.net work?

0 Answers  


Is data can be edited in the Repeater control?

2 Answers  


Describe the master page.

0 Answers  


What is view state and how this can be done and was this there in asp?

11 Answers   Accenture, KDOT, Mphasis,


Where can we set the specific variables for a application and Session objects ?

2 Answers   Siebel,


What methods are fired during the page load?

1 Answers  


Categories