Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create a online website builder, through which users can easily create their own website by simply dragging and dropping tools.For example: www.weebly.com

All i need to know is that how can i start and how will the project work. I mean when a user drags a tool, i know that on the backend HTML will be rendered but how can i implement this?
Posted
Updated 20-Mar-10 2:35am
v2
Comments
jebasingh29 2-Jan-17 9:46am    
Same issue with me @wiqqiroxx if u done the project can u pls help me with this?

If you want them to drag and drop, you'll need to use some JavaScript to handle that on the client rather than just using ASP.net.
 
Share this answer
 
If you plan on using AJAX, then you plan on using JavaScript. AJAX stands for Asynchronous JavaScript And XML.
 
Share this answer
 
There are various things you need to do. Try to narrow your question (and clarify it). To get started you will have to implement drag and drop using JavaScript.
 
Share this answer
 
but im planning to use asp.net with ajax
 
Share this answer
 
yes but the point is how can i do this......wen some user drags a tool for example a "HEADER" so HTML will be rendered....but how can i implement this ......
 
Share this answer
 
ok i implemented the drag and drop ...now i want to create sub domains

using URL REWRITING .... i have read some posts over here and on ASP.net forums but im unable to understand how to use those http module infact how and where to implement those ? second i need help regarding 1 more thing that ...the control which user drag and drops to the user area so where should the html of that control be saved ?? in a text file or where ?? and when he drags to his webpage area so should i copy that html to his webpage file ?? so HOW TO DO THIS THING ??


please HElp ...THANKS TO EVERY 1 in advance :) im SURE I WILL BE HELPED :)
 
Share this answer
 
use IIS to make Website builder
 
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