Welcome Guest Search | Active Topics | Sign In | Register

Accessing controls in BigItem template inside a slide Options
JPOOLER
Posted: Monday, October 10, 2011 4:09:59 PM
Rank: Newbie
Groups: Member

Joined: 8/6/2010
Posts: 6
Code: Visual Basic.NET

I have placed a checkbox inside the bigitem template of a slide control. Is there a way of accessing this checkbox's checked status under program control? If so, I would appreciate an example of how to do this in vb.

Thank you
eo_support
Posted: Tuesday, October 11, 2011 9:06:18 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You would do something like

CType(Slide1.Items(item_index).FindControl(your_control_id), CheckBox)

to get your checkbox control.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.