I'm trying to build a wizard to dynamically change the content of an aspx page. Has anyone done something like this. Let me explain briefly what I'm looking for. I will set up a blank .aspx page. I will have another aspx page that will act as my wizard page. On this wizard page, I will allow the user to add server controls such as a textbox to the page. Ideally, the user will choose an option to select a textbox and submit. After submitting, my blank aspx page have a textbox in it. If you have done something similar, please provide feedback. I'm not sure what's all that's needed to do this. Also, this will take effect on the database side as well Thanks
T
twoods 0
@twoods 0
Posts
-
Dynamically Generating a Form -
Search QueryI have an aspx page with 3 textboxes and a submit button. I'm trying to build a query string to return results based on what is entered in the textboxes by the user. Each textbox corresponds to columns in my database. How do I go about building my query string. Please provide code in C# if possible. Thanks,