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
j_sen21
NA
57
0
Appending object names
Jul 25 2007 3:09 PM
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.
Reply
Answers (
1
)
Calling Unmanaged DLL From C#
How to determine is there any data stored on the clipboard in C#?