Hi
I need to insert a new row on the grid by clicking on the Add New Row button.This can be done as specified in the tutorial.But my issues is when I click the Add New row button, I need to get the product ID automatically.(max(productid)+1 from the Products Table.How it can be done.Pls guide me regarding this .Its very urgent.
I need to insert a new row on the grid by clicking on the Add New Row button.This can be done as specified in the tutorial.But my issues is when I click the Add New row button, I need to get the product ID automatically.(max(productid)+1 from the Products Table.How it can be done.Pls guide me regarding this .Its very urgent.
Product ID |
Product Name |
Description |
Price |
1 |
Tea |
Tea |
12 |
2 |
Coffee |
Coffee 1 |
23 |
3 |
Juices |
Orange Juice |
5 |
4 |
Add New Row