Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I need help from you.
My application is dynamic page creation. The administrator will decide which fields should have in registration form. like First name-->text box, DOB-->text box+calender
and so on. then save the template. This form will be appear when user click Register link. Then user enters the data and continue. Can any one help. How to develop this application

Thanks&Regards
Kiran
Posted
Comments
demouser743 16-Mar-11 7:52am    
Sorry wrongly commented not for your question this is

1 solution

Steps:
1. Depending on the template type, the way you have saved type/number of controls needed to be displayed by Admin
2. Based on the control type, create it at runtime and add it in the panel/placeholder on the page at runtime.
3. Once save is clicked, get the values and save it in DB.

Try!
 
Share this answer
 
Comments
kiranu eepuri 17-Mar-11 1:18am    
i want to develop like http://www.jotform.com. Please help me

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