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

ADVANCE 2025

 HTML TABLE SCROLL BAR  <style>      .table-container {             width: 100%;             overflow-x: auto; /* Enables horizontal s...