Hi,
I have a SQL database table with around 100 fields.
I created a search page for user to search the table. Then another page to display the search result. User can click on each record and go to another page to do the editing.
My question is for the editing page, I have to manually create 100 fields (textbox, checkbox, dropdown, or radio button) and SQL query string for updating the database. It's very time consuming. Is there an easier way to create this page. Is it possible to drag-and-drop a table from the server explorer to the form and it will create all the fields automatically?
I have a SQL database table with around 100 fields.
I created a search page for user to search the table. Then another page to display the search result. User can click on each record and go to another page to do the editing.
My question is for the editing page, I have to manually create 100 fields (textbox, checkbox, dropdown, or radio button) and SQL query string for updating the database. It's very time consuming. Is there an easier way to create this page. Is it possible to drag-and-drop a table from the server explorer to the form and it will create all the fields automatically?