I have an ASP.NET WebForm with a number of DropDownLists, multiple select enabled ListBoxes, CheckBoxes and TextBoxes.
What I would like to be able to do is allow the user to save all the selected options and call it a name as a saved report. This would then allow them to click to retrieve the selections they made when they come back to the page at a later date.
What would be the best way of saving the options in a database that will allow me to easily populate the report that the user has saved?
If you need more clarification of what I am trying to do then leave me a comment and I will try to give you what you ask for. At the minute this is as much as I have myself to go on.