VS 2008 VB.Net
Trying to loop thru data repeater, but getting error in designer.
Also trying to avoid a project update.
Program runs just fine without this code.
I want to loop thru the items and make somecontrols invisible.
Type 'RepeterItem' is not defined.
'Items' is not a member of data repeater.
i have imported
Code:
Imports Microsoft.VisualBasic.PowerPacks
Imports Microsoft.VisualBasic.PowerPacks.DataRepeater
Code:
For Each item As RepeaterItem In drpStop.Items
[indent]' Make a control visible / invisible[/indent]
Next
Auguy
Sylvania/Toledo Ohio