Tag Archive | "increment"

How to auto increment id in access database based on a condition and save the id consecutively in asp.net?


In a form there are 3 text boxes – assetid, quantity, amount. When i enter 3 in the quantity and click a save button, assetid should auto increment from com1 to com2,com3,com4 consecutively in access database column and at the same time the amount should be divided equally among the 3 assetid and saved in the database.

Posted in ASPComments (1)


Categories