Click here to Skip to main content
16,006,348 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,

In my project:

1) We have simple in-house asp.net based Form Builder app.

1) We create forms and store all the info. for a particular asp.net page which we create using our form builder app. in sql server, like:

Sections, fields e.g. First Name, Last Name, type of controls to used for a particular field on the page e.g. Textbox, combobox, grid etc.

2) Later, we retrieve the relevant data from DB and generate an aspx page with form at runtime.

I would like to create a mechanism that would save the entire aspx page in our database when we create a form using our builder app., and retrieve the entire aspx page as a single object at runtime and present it to our end users.

Is something like this possible? Using serialization or converting aspx page to html and then save it? Please guide me...

Thanks
Posted

1 solution

Hello,
Take a look at : How To Store Any File into SQL Database[^] ;)
 
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