Hi there,
I'm trying to develop an aspx website to dynamically generate HTML pages made up of predefined elements stored in a database.
Basically the generated pages consist of elements occupying 50% of the width of the page, and elements spanning 100%.
I'd like to create a drag and drop interface allowing users to drag the predefined elements to a 'layout' grid containing two columns. One for the left part of the generated html file, and one for the right part. The dropped elements should then be edited by the user so that he/she can input values like name and id for each dropped element.
Any suggestions which controlls to use and how to use them?
Thanks in advance.
Erik
I'm trying to develop an aspx website to dynamically generate HTML pages made up of predefined elements stored in a database.
Basically the generated pages consist of elements occupying 50% of the width of the page, and elements spanning 100%.
I'd like to create a drag and drop interface allowing users to drag the predefined elements to a 'layout' grid containing two columns. One for the left part of the generated html file, and one for the right part. The dropped elements should then be edited by the user so that he/she can input values like name and id for each dropped element.
Any suggestions which controlls to use and how to use them?
Thanks in advance.
Erik