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

How do you handle server controls?

0 Answers   Cap Gemini,


How to Open any web page by clicking any Any ASPControl like (Checkbox,radio button or Button) without calling its event and without going to Siverside code?

5 Answers   LG Soft,


can any one explain about 3-tier architecture and how to deploy 3 layers of 3-tier architecture in 3 different servers.plz send me .net code

1 Answers   Wipro,


what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.

4 Answers   IBM,


Explain about asp.net state management?

0 Answers  






How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?

1 Answers  


can I use session variable in App_code Class page??

3 Answers   Wipro,


What is Hybrid dictionary

1 Answers  


what is the cursor

1 Answers   Wipro,


what are httphandlers and httpmodules.and their differences.

1 Answers   Siemens,


Explain what are webservices?

0 Answers  


Name and describe some HTTP Status Codes and what they express to the requesting client ?

1 Answers  


Categories