Random reportID = new Random();
int val = reportID.Next(100000);
Random reportID = new Random();
int val = reportID.Next(100000);
string rId = "CII-" + val.ToString() + "";
Monday, September 20, 2010
/* Generating Random number using system function */
Posted by
codeguru
at
11:19 PM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment