Add controls at client side.

  • Thread starter Thread starter AA
  • Start date Start date
A

AA

Hi
In my web app, I want to allow the users to create command buttons or text
boxes as and when they like.
This means that if any user has logged in, and wants an extra button
somewhere on the form. Now these
buttons are provided on the page, as we get in .NET IDE or studio toolbox.
The user just drags the control and
places it on the frame. Now I want him to see this updated page whenever he
logs in next time also.
How do I manage this?
Thanks in Advance.
 
hi aa,

you can hv a button or something on the page which the user wil click after
adding the controls. you can then save them in a db (with info like size and
position) and retrieve it subsequently.

hope that gives u an idea.
 
Back
Top