0

We have requirement in our application to create template pages at run time. For this we need to have a feature like form designer in ASP.NET to be built. Facility to drag the controls from toolbox and drop in the form at runtime should be made available to the user. Solution should be in pure ASP.NET. Silverlight is not being used in the application. Please suggest a best way to achieve this requirement.

1
  • IMHO: If you want someone to desgin asp.net pages, give them visual studio. Why reinvent the wheel? You could create your own visual studio shell if required. Commented Mar 13, 2013 at 7:20

1 Answer 1

1

Enable draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport.

http://jqueryui.com/draggable/

Sign up to request clarification or add additional context in comments.

1 Comment

This seems promising. Can you elaborate on a solution, please?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.