Server controls client side

  • Thread starter Thread starter jkhome
  • Start date Start date
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.
 
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
 
Back
Top