AutoNumber in a TextBox
An AutoNumber is very useful in Programming Languages. Why? It’s because, their's no need for you to set the unique Id and the program will automatically set it for you. When you are saving records in the database, the records will be organized and it won’t be redundant because they have their own unique Id by using this AutoNumber. So , in this tutorial I will create an AutoNumber in a TextBox.