Link to home
Start Free TrialLog in
Avatar of johnwood
johnwood

asked on

html server controls

I am confused that
there are both <asp:button... and <button...
but there is only <asp:label..., no <label...
Can you explain those things for me?
Avatar of Kumaraswamy R
Kumaraswamy R
Flag of India image

Hi

Simple to way
<asp:button ---> Server side
<label   ---> Client side
ASKER CERTIFIED SOLUTION
Avatar of carlnorrbom
carlnorrbom
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aplusexpert
aplusexpert

Hi

HTML label is <SPAN> tag.
in servercontrol tag there is runat="server" attibute also and
<lable ======= client side
<asp : lable====== server side