TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
narasiman rao
NA
519
767.1k
how to display random number in textbox
Aug 22 2015 8:59 AM
In Gridview record as follows
Companyid Companyname
select 1 SK
select 2 MR
When i click the first row select button in gridview display the record as follows
Companyid 1 (textbox1)
companyname SK (textbox2)
I want to display random number in companyname in textbox2.
for example in textbox2 i want to display random number SK99059
for example i mentioning random number 99059.
how to display random number in textbox2.
for that how can i do in asp.net using c#
Reply
Answers (
1
)
arrays
What are jagged arrays in C# ?