This is a migrated thread and some comments may be shown as answers.

RadPageview labels

1 Answer 59 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
anna
Top achievements
Rank 1
anna asked on 30 Apr 2008, 06:19 PM
I have defined labels under RadMultiPage control, how do I access these labels in my pageload. if i say

lblConsignee.Text = "hello" in my page_load, i get error  lblConsignee is not declared.
My aspx file looks like:

<

telerik:RadMultiPage ID="rmMain" runat="server">

<telerik:RadPageView ID="pvSummary" runat="server" Width="656px">

<table>

<tr>

<td style="width: 197px; height: 21px;">

<asp:Label ID="Label1" runat="server" Text="Consignee:" Width="178px"></asp:Label></td>

<td style="height: 21px">

<asp:Label ID="lblConsignee" runat="server" Font-Bold="True" Width="249px"></asp:Label></td>

<td style="height: 21px">

</td>

</tr>


</table>

</telerik:RadPageView>

</

telerik:RadMultiPage>

please help

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 01 May 2008, 08:29 AM
Hi anna,

I couldn't reproduce that error on my side. Please find attached a test page.

Regards,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TabStrip
Asked by
anna
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or