Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS.

Answers were Sorted based on User's Feedback



WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS...

Answer / kailash dhondiyal

HTML controls do process on client side whereas Server
controls run on server side.

Is This Answer Correct ?    47 Yes 3 No

WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS...

Answer / rashmi

In server controls processing would be done at server side
but in html controls would be made to client side only.

Is This Answer Correct ?    42 Yes 8 No

WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS...

Answer / nagaraj

server controls run server side and html controls run
browser side and as well as client side . the html controls
run on server side using runat="server"

Is This Answer Correct ?    17 Yes 2 No

WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS...

Answer / vaishali

Sever Control internally maintain the sate(EnableViewState
prperty) whereas HTML control are not having such
property to maintain the state.

Is This Answer Correct ?    13 Yes 2 No

WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS...

Answer / sathish

The html controls the server is hit only on page submit.But
for server controls on every user response the server is
hit.The server controls are used in places like railway
reservation.The html control is used in places like hotel
menu card.

Is This Answer Correct ?    12 Yes 3 No

WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS...

Answer / jacky

In server controls processing would be done at server side
but in html controls would be made to client side only.
yes this is true

and one thing more
server control having the support of PLC(page life
cycle),VIEW STATE and Redering

Is This Answer Correct ?    5 Yes 0 No

WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS...

Answer / kailash paliwal

ASP.NET Server Controls
Advantages:

1. ASP .NET Server Controls can however 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 to be written by you.
2. Newer set of controls that can be used in the same
manner as any HTMl control like Calender controls. (No need
of Activex Control for doing this which would then bring 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.
4. ASP .NET Server Controls have an object model different
from the traditional HTML and even provide a set of
properties and methods that can change the outlook and
behavior of the controls.
5. ASP .NET Server Controls have higher level of
abstraction. An output of an ASP .NET server control can be
the result of many HTML tags that combine together to
produce that control and its events.


Disadvantages:

1. The control of the code is inbuilt with the web server
controls so you have no much of direct control on these
controls
2. Migration of ASP to any ASP.NET application is
difficult. Its equivalent to rewriting your new application
HTML Server Controls
Advantages:

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. Migration of the ASP project thought not very easy can
be done by giving each intrinsic HTML control a runat =
server to make it HTML Server side control.
4. The HTML Server Controls have no mechanism of
identifying the capabilities of the client browser
accessing the current page.
5. A HTML Server Control has similar abstraction with its
corresponding HTML tag and offers no abstraction.

Disadvantages:
1. You would need to code for the browser compatibility.
HTML Intrinsic Controls
Advantages:
1. Model similar to HTML
2. Here the controls can be made to interact with Client
side scripting

Disadvantages:
1. You would need to code for the browser compatibility

Is This Answer Correct ?    3 Yes 0 No

WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS...

Answer / shiva

Attaching Javascript methods for Html controls is flexible
compared to Server controls where for servercontrols we
need to register the Javascript method to event in one of
the events of Page Life Cycle which is a complex task.

Is This Answer Correct ?    5 Yes 3 No

WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS...

Answer / nagaraj

ASP.NET Server Controls
Advantages:

1. ASP .NET Server Controls can however 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 to be written by you.
2. Newer set of controls that can be used in the same
manner as any HTMl control like Calender controls. (No need
of Activex Control for doing this which would then bring 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.
4. ASP .NET Server Controls have an object model different
from the traditional HTML and even provide a set of
properties and methods that can change the outlook and
behavior of the controls.
5. ASP .NET Server Controls have higher level of
abstraction. An output of an ASP .NET server control can be
the result of many HTML tags that combine together to
produce that control and its events.


Disadvantages:

1. The control of the code is inbuilt with the web server
controls so you have no much of direct control on these
controls
2. Migration of ASP to any ASP.NET application is
difficult. Its equivalent to rewriting your new application
HTML Server Controls
Advantages:

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. Migration of the ASP project thought not very easy can
be done by giving each intrinsic HTML control a runat =
server to make it HTML Server side control.
4. The HTML Server Controls have no mechanism of
identifying the capabilities of the client browser
accessing the current page.
5. A HTML Server Control has similar abstraction with its
corresponding HTML tag and offers no abstraction.

Disadvantages:
1. You would need to code for the browser compatibility.

Is This Answer Correct ?    4 Yes 2 No

WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS...

Answer / piyush kotiyal

if HTML controls do process on client side then why they
called server control mr kailash from HAPUR(GZB)

Is This Answer Correct ?    8 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

what are the application layers for a distribute application?

0 Answers   Mind Tree,


hi wrever i go thy r asking depth abt 3-tier architecture i.e, hw to deploy 3 layers into 3 servers i do nt have much idea on deployment. can any one send me the tips or code if u hav kindly mail me.

1 Answers   Wipro,


What is web application virtual directory ?

2 Answers   Satyam,


How Response.flush works in server.Execute

1 Answers  


what is caching?

4 Answers   Microsoft,


How to remove themes from certain controls?

2 Answers  


Diff B/W user control and server control

3 Answers  


What are the different types of Session state management options available with ASP.NET?

1 Answers  


Explain the various authentication mechanisms in asp.net.

0 Answers  


How to use a Master Database in Asp.net?

0 Answers   MCN Solutions,


what is silverlight and what is the purpose of silverlight?

2 Answers   Cognizant, CTS,


how to handle sql exceptions?

4 Answers   Marlabs, TCS,


Categories