Hi EveryOne,
I have a following controls in my vb.net form:
txtID
txtName
btnAddNew
btnSave
This form will be storing a values to the SQL Database (SQL Server 2005). In the txtID textbox the auto id should be generated when ever user clicks on btnAddNew. The ID should be generated in for digit i.e. 0000, 0001,0002, .... and so on.
When the form is opened next time and when the user adds the new record, the ID should generate next value coz the ID will not be duplicated.
Can anyone Help me?
regards,
TashiDuks