How To Create A Random Number In Vb.net?
I am working on a project in which i want to give a unique customer ID to each customer. So please any one help. Please tell me the function that return a random number. Or any other solution for this problem................... Pls help me as early as possible !!!!!!!!!!!!!!!
1 Answer - Sort by: Date | Rating
In vb.net I use as simple code as this.
Declar variable as integer because it's a number:
Dim x as integer
create a button and view code and put this code
x = random(textbox1.text)
msgbox(x)
Declar variable as integer because it's a number:
Dim x as integer
create a button and view code and put this code
x = random(textbox1.text)
msgbox(x)
- What Is A Flat File?
- What Is Data Integrity Problems?
- What Are The Accessing Methods?
- How Does A Model Look The Way She Does?
- Define Demerits Of Conventional File System?
- How Candidate Key Is Differ From Concatenated Key?
- Is Relational Model Logically Independent?
- Discuss The Relative Advantage Of Centralized And Distributed Databases?
- What Does Cdr/cdt Transaction Mean?
- How Do Accountants Use Databases?
- What Is The Database Component In Database Application?
- Define The Difference Between Logical And Physical Data Views?
- How Middleware Works Between Client And Server?
- What Is Table,cell,row And Columns In MS Word?
- What Are Some Errors In Using Database?
- An Sql Server Is Not An Operating System... why Are People Always Asking Exam Questions On This Site?
- What Is 4nf?
- What Is Hierarchical Communication?
- Q. How Many Types Of Anomalies Are There In A RDBMS?
- What Is Entity Integrity?
- What Is Integrity Constraints?
- What Is A Referential Anomaly?
- When Did Uganda Get Its Independence?
- Explain Any Two Advantages Of A Database Systems?
- Explain File Management Systems Using File-based Approach?
- Which IT Skills Are In The Greatest Demand By Employers Between JAVA, .net, VB, And Vb.net?
- What's The Difference Between Vb And Vb.net?
- What's The Similarities Between Vb And Vb.net?
- How Is Create Database Connection In Vb
- How To Create An Excel Sheet From Vb Dotnet?
- How Can I Create A Random Password?
- How To Create Hidden Files In VB.NET?
- What Is Assembly In Dot Net And How Do You Create An Assembly?
- How Do I Create A Profile On Freelancers.net?
- How Can I Create A Function Which Accepts The Date In Any Format In C#.Net?
- How To Create My Web Site On The Net For Free Of Cost?

New Comment - Comments are editable for 5 min.