i want to generate a random number which contain mmyy from date of birth,IND and and rest a random number....
my data is stored in database..i have to retrieve it from sqlserver..
Loading
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.
Suthish NairPosted Jan 30, 2011, 1:18 PM
So other members can easily find the answers.
Suthish NairPosted Jan 27, 2011, 2:59 AM
mmyy + "IND" + i.ToString();
FroglegPosted Jan 27, 2011, 1:53 AM
Random random = new Random();
int i = random.Next(min, max);
min low integer
max high integer
So i will be random integer between min and max