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
Ben
NA
1
0
Access a typed object using ID string
Jul 1 2010 6:46 PM
Hi, how can one access a typed object's properties using a programmatically created ID string?
'There are 10 image buttons on the page with ID imagebutton1, imagebutton2,...
Dim imgBtn as Imagebutton
Dim imgIDString as String
For i as Integer = 1 to 10
imgIDString = "ImageButton" & i.ToString
'Do what here to make imgBtn an instance of object with ID imgIDString?
imgBtn.property = array(i-1)
Next
Or is there a better way to do this task?
Reply
Answers (
0
)
Use of Garbage Collection?
Problem in Reading ID3v2.3 tag?