Thursday, March 10, 2016

Difference between Html Controls and Asp .Net Controls

  •  Asp .net controls run at server side and Html controls run at client side.
  • Asp .net controls is used asp tag but Html controls do not use asp tag.
  • Asp .net controls run on server side,execution is slow and  Html controls run on client side,execution is fast.
  • Asp .net controls can be access aspx.cs page and Html controls can not be access aspx.cs page.
  • Asp .net controls provide STATE management and Html control does not provide STATE management .

No comments:

Post a Comment