Hi All,
I have a tab template in my tabstrip that contains a label and an image. I need to populate the text of the label at runtime as it should say how results are returned. I just cannoy figure out how to get the embedded control. I have tried the usual 'FindControl' method to no avail. This code is in the Telerik help docs for templates, but it is for ItemTemplate not TabTemplate:
Can anyone please help me on this?
Thanks
Ian
I have a tab template in my tabstrip that contains a label and an image. I need to populate the text of the label at runtime as it should say how results are returned. I just cannoy figure out how to get the embedded control. I have tried the usual 'FindControl' method to no avail. This code is in the Telerik help docs for templates, but it is for ItemTemplate not TabTemplate:
Control ButtonWithTemplate = RadToolBar1.FindItemByValue("ButtonWithTemplate"); |
Can anyone please help me on this?
Thanks
Ian