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.
Archives
-
▼
2008
(25)
-
▼
September
(25)
- How Many types of Page Load functions in asp.net?
- How to retrieve data row by row from a DataTable?
- is it possible to use web site without web server ...
- is it possible to set more than web.config file fo...
- IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS P...
- How to use Treeview IE Web Control
- What is WebService ?
- How to deploy the Asp.Net Project ?
- What is Partial in ASP.NET 2.0?
- What is the difference between a session object an...
- what is view state?
- What is boxing and unboxing ?
- What is sequence of code in retrieving data from d...
- what is manifest?
- How do you do validations. Whether client-side or ...
- What is Http handler?
- Webconfig file is cofiguration of server or browser?
- Webconfig file is cofiguration of server or browser?
- What are the major differences between asp.net1.1 ...
- what are webservices?In which circumstances we can...
- what is diffrance between response.write & respons...
- what is the difference b/w Asp.net server controls...
- Features in ASP.NET?
- what is the assembly?
- what is CLR?
-
▼
September
(25)