Click here to Skip to main content
15,891,762 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello everyone my name is Sahil.
i am working on a project in .net.
There is need to create Dynamic form with Dynamic Controls.
Like Toolbox in visual studio i want to create a toolbox with basic controls like Label, Literal, Checkbox etc with drag and drop functionality in asp.net.
one can drag the control from the toolbox and can drop at the right side of the form and can create dynamic form.
Please guys suggest me how to achieve it.
Thanks in advance.
:)
Posted
Comments
avinasoni 3-Dec-14 2:35am    
There is need to create Dynamic form with Dynamic Controls.
Like Toolbox in visual studio i want to create a toolbox with basic controls like Label, Literal, Checkbox etc with drag and drop functionality in asp.net.
one can drag the control from the toolbox and can drop at the right side of the form and can create dynamic form.

1 solution

This is what done by HTML 5 Canvas. Please go through some articles from Google to learn how Canvas works.

Then try some simple and basic examples. After that, think how to do your task.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900