Data Repeater Control Visibility
Data Repeater Control Visibility
(OP)
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' Make a control visible / invisibleNext
Auguy
Sylvania/Toledo Ohio