oledb c# code to auto generated ID in a textbox
I need a c# code that auto generate ID in a textbox
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Dec 19, 2014, 11:27 AM
The "D4" format will fill the number out to 4 digits by adding leading zeros if necessary.. So you'll get 0001, 0002 etc.