How to dispaly custom toolbox on a webpage using asp.net
-
Hi all, Did any one come across displaying custom tool box on a webpage in asp.net ? Example: just like we have toolbox visual studio 2005 where we can drag controls on designer page. We need similar functionality to do on a webpage where we have to create a user controls and these user controls has to be populated on a toolbox inturn users will drag and drop those controls on a certain location on a webpage. How cane we handle this situation on a webpage? Is it through AJAX? Please help me in putting down your ideas here. Appreciate your help on this. Krishna From DE
-
Hi all, Did any one come across displaying custom tool box on a webpage in asp.net ? Example: just like we have toolbox visual studio 2005 where we can drag controls on designer page. We need similar functionality to do on a webpage where we have to create a user controls and these user controls has to be populated on a toolbox inturn users will drag and drop those controls on a certain location on a webpage. How cane we handle this situation on a webpage? Is it through AJAX? Please help me in putting down your ideas here. Appreciate your help on this. Krishna From DE
-
Its sounds to me like you want something similar to the WebParts framework. Although I don't care for it much myself you might have a look at that.
hmm not exactly webparts! because at the same time we need to handle control resizing as well. What if we need to place many controls over the webparts. Can it handle ?