Server controls client side

J

jkhome

I have a page which has a block of form elements. If i was writing the
page in normal asp and javascript it would be easy for me to
dynamically write client side script which dynamically adds and removes
these blocks (there could be any number of blocks on a page). I am now
using asp.net with server controls. How do i go about dynamically add
and removing server controls on the client side, is it possible?

Please could someone give me some advice.
 
K

Kevin Spencer

No, it is not possible. That is why they are called "server controls." They
exist *only* on the server.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
If you push something hard enough,
it will fall over.
- Fudd's First Law of Opposition
 

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

Top