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
C# using ints in Textbox.Visible
Ashot
13y
1.5k
1
Reply
How can I do something like this
public void labelClick(int x)
{
TextBox(x).Visible = true;
}
Thanks!
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Is this linq to sql code to update table ok?
Creating Excel file with StringBuilder, running slow