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...


Difference between HTML control and Web Server Control?

Answers were Sorted based on User's Feedback



Difference between HTML control and Web Server Control?..

Answer / blue iguana

HTML controls may not be browser independent but web
controls are always browser independent.

Is This Answer Correct ?    49 Yes 5 No

Difference between HTML control and Web Server Control?..

Answer / chandresh

HTML controls have not need to write runat="server" means
it not send request to server for any evant when in web
server control every time send request to server.

Is This Answer Correct ?    23 Yes 4 No

Difference between HTML control and Web Server Control?..

Answer / harshad lakkad (bapunagar part

--Web server Control
Web server controls are just like HTML controls...
only different. Let me clarify that.
Web controls are easily identified by the fact that they
have a
runat="server" attribute. They are also handled at the
server by
the ASP.NET runtime when a page containing them is
requested.
They can expose and raise server events which you can use
to
interact with them. They are identified by giving them an
id
attribute which you can then use to reference the control
in
your code. In all these ways, web controls are just like
HTML
controls.

--HTML Controls

The HTML controls might feel slightly quirky if you are
used to forms based development with Microsoft tools. For
instance, HTML controls have no direct properties
available
to set the colors or font used by the control when it
renders.
Another example is the Value property exposed by the
HtmlInputText
field. We generally expect a text box control to have a
Text property
for us to get or set the string to display.

In this sense, HTML controls remain true to their roots and
are
not far removed from writing just HTML. If we want to set
colors
or font information – we can use the Attributes property.
The Attributes property represents all the name / value
pairs in
the HTML element for the control. For example, a control
might have
an attribute “class” which will assign the cascading style
sheet
class. In the example above, we are assigning some inline
style
information to the style attribute of the control. On the
client
this attribute will render inline with the element.

Is This Answer Correct ?    15 Yes 7 No

Difference between HTML control and Web Server Control?..

Answer / preeti

HTML is not a programming language but it is a markup
language. A markup language is a set of markup tags. In Web
controls are also same as HTML controls but in which used as
runat="server".

Is This Answer Correct ?    9 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

what is diffrence between debug class and trace class in asp.net ?

2 Answers  


Describe and In Process Vs Out of Process component. Which is faster?

2 Answers   Syntax Softtech,


i wand basic interview based questions in asp.net and vb.net

0 Answers   Legio Infotech,


How Clustered Index and Non clustered index stored on SQL server?

2 Answers   TCS,


What is form submit?

0 Answers  


what is the deference between dataset and data adapter?

4 Answers   TCS,


What is a transaction? a) A banking term. b) A concept used to describe a step in the business process. c) A combination of DML steps that must succeed or the data is retuned to its initial state. d) A combination of DDL steps that must succeed or the data is retuned to its initial state.

5 Answers   Syntax Softtech,


what is differences between bind and eval?

2 Answers  


About dataset and data mining ?

1 Answers   Cognizant,


what are grid events ?code for dropdown inside grid and binding dropdown syntax

3 Answers   Quantum,


Do session use cookies in asp net?

0 Answers  


Where sessions are stored in asp.net?

0 Answers  


Categories