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...

what is the difference b/w Asp.net server controls and html
server controls in .net?

Answer Posted / rameshp

ASP.Net Server Controls:

1. ASP .NET Server Controls can detect the target
browser’s capabilities and render themselves accordingly.
No issues for compatibility issues of Browsers i.e page
that might be used by both HTML 3.2 and HTML 4.0 browsers
code is written in the Server Controls.

2. Newer set of controls that can be used in the same
manner as any HTML control like Calender controls. Without
any need of Activex Control without bringing up issues of
Browser compatibility).

3. Processing would be done at the server side. In built
functionality to check for few values(with Validation
controls) so no need to choose between scripting language
which would be incompatible with few browsers.


HTML Server Controls:

1. The HTML Server Controls follow the HTML-centric object
model. Model similar to HTML

2. Here the controls can be made to interact with Client
side scripting. Processing would be done at client as well
as server depending on your code.

3. A HTML Server Control has similar abstraction with its
corresponding HTML tag and offers no abstraction.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

To load your generated dataset with data which method do you invoke?

1066


Can you use c# without .net?

937


What is the difference between page-level caching and fragment caching?

936


Explain the purpose of storyboard.targetproperty.

906


What is the page life cycle in asp.net?

934


What is http post and http get?

965


Difference between application events and session events

972


How you can add an event handler?

927


is gateway for sms continue connected for sending sms.how?

2224


How can you debug your.net application?

972


What is the behavior of a Web browser when it receives an invalid element?

1069


How to do state management in ASP.NET?

1051


What does occur first in ASP.Net, Authentication or Authorization?

997


What is cross page posting in asp net?

931


If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

5526