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
3. What goals do you have in your career?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Describe the method to create a permanent cookie?
What is the use of web.config and machine.config files?
What are server side controls?
Describe state management in asp.net?
How do you design a website with multilingual support in ASP.NET ?
Explain the difference between asp & asp.net.
Which object encapsulates state or data of a user?
Explain what is an abstract class?
What are strong names?
How to unit test Web API?
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
What is the difference between a default skin and a named skin?
Explain about Multi-Language integration?