[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

guy

9/25/2008 6:01:00 PM

I want to develop a Form Generator tool that consists of a toolbox and a
design screen where an enduser can select controls from a small set controls
(textbox, label,...) from the toolbox and drag/drop them from/on the design
surface. I suppose I need to develop Custom Controls for achieving this kind
of behavior?
1 Answer

Nathan Sokalski

10/6/2008 5:35:00 AM

0

I can't claim to have a lot of experience with them (although at some point
I should probably learn more about them), but it sounds to me like you want
to use WebParts. From my understanding, what you are looking to do is pretty
much what the intention of WebParts is. Take a look and see, and maybe
someone else here who has more experience with them can help you. Good Luck!
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansok...

"Guy" <Guy@discussions.microsoft.com> wrote in message
news:36F2F739-F927-4C16-A34C-DB497584348F@microsoft.com...
>I want to develop a Form Generator tool that consists of a toolbox and a
> design screen where an enduser can select controls from a small set
> controls
> (textbox, label,...) from the toolbox and drag/drop them from/on the
> design
> surface. I suppose I need to develop Custom Controls for achieving this
> kind
> of behavior?