Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Appending object names
j_sen21
17y
1.8k
1
Reply
Hi,
How do you append radiobutton names. (radioButton1....and so on)
This is what I have :
String nameRadio = "";
for
(
int
i=0; i < 24; i++){
nameRadio =
"radioButton"
+ i.ToString();
//nameRadio.Checked = false
}
Thanks a bunch.
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Calling Unmanaged DLL From C#
How to determine is there any data stored on the clipboard in C#?