Friday, September 14, 2018

Random password simple code

                Random rr = new Random();
                int n = (int)(rr.NextDouble() * 9999);
                string x = "NRSOLUTION";
                Label4.Text = x.ToString() + "@" + n.ToString();

No comments:

Post a Comment

GRIDVIEW ON ROW DATA BOUND EVENT

 Database Create  Student : roll , name , city , cost  Fix 6 Value  in Database Record  ====================================================...