Dear Experts,
Thanks for your time.
I have to creat a dynamic table through asp.net in database.
On page there is a table Row with text and column with text.
There is button Edit above the table:
User press + to add a row or colum
Column and row is added on asp.net page as well as in database with text.
and can be deleted by pressing -
databse i am using is mysql.
Kindly help me how to do it.