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?

Answers were Sorted based on User's Feedback



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

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

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

Answer / vijay rana

Web server Controls are similar to HTML server controls but
provide more comples user interface,there are some useful
differences are
1. if we are using html server controls then asp.net does
not support down level support
2.web server controls provide much automatic support

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Can we use the java script code in .Net Code behind?

5 Answers   eXensys,


What New Features comes with ASP.NET Web API 2.0?

0 Answers  


What is Web Gardening? How would using it affect a design ?

1 Answers   Infogain,


in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview

5 Answers   TCS,


How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits?

3 Answers   CoreObjects,


What is protected configuration?

0 Answers  


What is difference between web config and global asax?

0 Answers  


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one

1 Answers  


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

0 Answers  


What is slidemaster?

0 Answers  


What is custom attribute? How to create?

0 Answers  


How many types of triggers are there in update panel?

0 Answers  


Categories