Numeric Autogeneration
-
I want code to autogenerate a 4 digit number without alphabets..in asp.net plz post ASAP........
-
I want code to autogenerate a 4 digit number without alphabets..in asp.net plz post ASAP........
-
I want code to autogenerate a 4 digit number without alphabets..in asp.net plz post ASAP........
-
I want code to autogenerate a 4 digit number without alphabets..in asp.net plz post ASAP........
-
I want code to autogenerate a 4 digit number without alphabets..in asp.net plz post ASAP........
-
I want code to autogenerate a 4 digit number without alphabets..in asp.net plz post ASAP........
-
There are so many things wrong with this post I dont know where to start... so I wont
The answers posted by me are suggestions only and cannot be used in anyway against me.
-
Always look on the bright side of life - At least the subject was more-or-less descriptive.
-
string getmaxids; Random intRandomNumber = new Random(); int x; x = intRandomNumber.Next(1000, 9999); getmaxids = string.Format("{0}", x ); MessageBox.Show(getmaxids);
-
First of, that's completely wrong. 0001 is a number. Secondly, stop posting code to do other people's homework. It doesn't help them, it only hinders them.
Hi If you think it completly wrong than definiely it is...I know that there will be no 0001 if we follow the above code. It's just for the hint not the complete code. Here in discussion I think we get a direction how we have to preceed and moreover the question itself was not clear.