Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing properies as parameter
Message
From
18/08/2006 13:44:49
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Passing properies as parameter
Miscellaneous
Thread ID:
01146810
Message ID:
01146810
Views:
80
Here is an interesting one

I want to pass properties like

I have 10 txtboxes called txtBox1, txtBox2 txtBox 3 etc

I want to be able to increment them viz

txtbox[1].text = a1
txtbox[2].text = a2
txtbox[3].text = a3
etc

I need to be able build these into a for sttement

ie
For each a
txtbox[a].text = b


how do I dob this in C#

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform