I am creating a web page that contains one Dropdownlist and Gridview.
Query is Dropdownlist will contains SQL Server database table list. When I select a table name from dropdownlist the Gridview needs to show entire table data and able to perform edit, update, delete, cancel
actions.
When I click edit
, Gridview need to show Update
and Cancel
buttons and it update should update dropdownlist table and also delete.
Please any one can help.
Thanks in advance.