what is the difference b/w Asp.net server controls and html
server controls in .net?
Answers were Sorted based on User's Feedback
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 |
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 |
What is a global postback url?
In how many ways we can retrieve table records count?
What is SOAP, UDDI and WSDL ?
2 Answers Infosys, Network, TCS, Wipro,
Explain some of the major built-in objects in asp.net
I have been asked in an interview What is your LOC(Line of Code)What will be the probable answer for that
1 Answers HCL, Infosys, Mantec Consultants,
Why would anyone need to implement their own hashtable or linked list?
How do sessions work?
Write a code for passing ArrayList in Web API?
What is diff. Between abstract class and an interface?
Which control has default post back is enabled(true)?
0 Answers Sans Pareil IT Services,
Which validator control you use if you need to make sure the values in two different controls matched?
What is the use Membership in asp.net? and What is the use profiler in asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)