Hello,
I have got a DataList which contains many RadPanelbar. Each panelbar contains only one RadPanelbarItem with a template.
My template is just a label named Lb1.
I'm using the panelbar function OnClientItemClicked, but the method args.get_item().findControl("Lb1") return null.
I can't get the control by server side method with
Thanks for help.
I have got a DataList which contains many RadPanelbar. Each panelbar contains only one RadPanelbarItem with a template.
My template is just a label named Lb1.
I'm using the panelbar function OnClientItemClicked, but the method args.get_item().findControl("Lb1") return null.
I can't get the control by server side method with
var lb_ID = <%= RadPanelBar1.Items(0).FindControl("Lb1").ClientID %>
because I don't known the panelbar used.Thanks for help.