Webserver Control vs HTML server Control

  • Thread starter Thread starter Steven
  • Start date Start date
S

Steven

Hi all,

What is the exact difference between a Webserver control and a HTMLserver
Control?
Why would you use one or the other?

Thanks!

Steven.
ASP.NET Newbie
 
Steven,

Don't ask exact in a newsgroup, here we give only idea's to give you the
possibility too examine all the exact differences.

However a HTML control is a control as almost as long as there is HTML. It
can be used using javascript an in combination with that even on the server
side. However basicly the data in it stays on the client side to handle.

A webserver control is made to interact with a server. The data in it is
meant to interact with events, which are made and are used on the serverside
to manipulate. (Servercontrols are as well HTML by the way and some almost
complete HTML controls, therefore you can add normal HTML attributes to it).

I hope this gives some idea?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top