T
ton
Hi
I'm using custom server controls. These controls are added to panels, other
controls and so on. Dropdownboxes are filled during mouse over events, so to
ger the actual value I have to use the page.request method.
The ControlID is what confuses me. The name is a combination of all names
where the dropdowncontrol belongs to an exampe:
- dropdownlist is part of a panel the panel a ajxtype tabcontainer and so
on. So the the is a compoition of these names
Normally I know because of the clinetid what the control name for the
page.request is, but using tabpanels it all get mixed up.
Is there another way to kind of walk to the collection of
page.request(controls) collection.
And How can it be done? I'm writing in VB2005
thanx
ton
I'm using custom server controls. These controls are added to panels, other
controls and so on. Dropdownboxes are filled during mouse over events, so to
ger the actual value I have to use the page.request method.
The ControlID is what confuses me. The name is a combination of all names
where the dropdowncontrol belongs to an exampe:
- dropdownlist is part of a panel the panel a ajxtype tabcontainer and so
on. So the the is a compoition of these names
Normally I know because of the clinetid what the control name for the
page.request is, but using tabpanels it all get mixed up.
Is there another way to kind of walk to the collection of
page.request(controls) collection.
And How can it be done? I'm writing in VB2005
thanx
ton