Link to home
Start Free TrialLog in
Avatar of mgasft
mgasft

asked on

Repeater ItemCommand Question

Hi

I am trying to access several DataItems through the ItemCommand of an Repeater when clicking on a LinkButton e.g

Dim my_id As String
my_id = DataBinder.Eval(e.Item.DataItem, "comp_main_id")

But it gives me always and empty string!

Can anybody help me here?

Thanks, Mike.
ASKER CERTIFIED SOLUTION
Avatar of sara110
sara110

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mgasft
mgasft

ASKER

Hi

It seems that the Repeater has no FindControl?

Mike
Repeater have FindControl() method.
My walkaround with label control seems like solution.