I have a table Vegetables.
It has Id, Name and Price columns.
and have some records in it.
1 Potato 30 per kg
2 Onion 20 per kg
3 Beetroot 60 per kg
I am displaying the data in GridView.
Now i want to insert new record when entering the data in the TextBox when Button is clicked.