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

What are the Types of chaching. How to implement caching

796


What are the advantages of using Master Pages?

809


What is the extension of master page in asp.net?

777


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

801


In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely

1794


Explain how cookies work. Give an example of cookie abuse.

908


Define xmlreader class.

782


What's the ASP.Net Application life cycle?

813


How do u deploy your asp.net application?

819


What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.

846


What does the hotspot class in .net do?

776


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

722


What are the new features implemented in ASP.NET?

828


What is the mvc framework?

770


What is difference between session and cookies?

792