retrieve data from dynamic aspx form and its controls
-
I have generated dynamic database table in which the colums will vary as per the selection by the end user. Now, if my table name is car which i have generated dynamically on the button save click event it will have its colums like: colour, gears etc. So can i generate a dynamic form by taking the cars id and its column name as the textbox controls on the new form. The new generated form will also have the basic funtionality of add, edit,delete etc. If my table is car then to generate dynamically car.aspx form or if table is computer then computer.aspx should be generated.
-
I have generated dynamic database table in which the colums will vary as per the selection by the end user. Now, if my table name is car which i have generated dynamically on the button save click event it will have its colums like: colour, gears etc. So can i generate a dynamic form by taking the cars id and its column name as the textbox controls on the new form. The new generated form will also have the basic funtionality of add, edit,delete etc. If my table is car then to generate dynamically car.aspx form or if table is computer then computer.aspx should be generated.
Sounds messy to me. I'd think you want to rewrite the URL, and have a common page that gets pointed to at the end of the day.
Christian Graus Driven to the arms of OSX by Vista.