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
Nail Aslan
NA
8
2.8k
How to format a control like a variable?
Feb 23 2016 4:07 AM
How to format a control like a variable?
For example;
// Create a method
Control MyControls(TextBox control)
{
//Your codes...
}
//Adding many textbox as parameter in a method
for( i=0;i<10;i++)
{
MyControls( textbox{i} );
}
Thanks all attention
Reply
Answers (
2
)
How to add reference to an assembly if different ver. exists
oops concept with c#