Welcome Guest Search | Active Topics | Sign In | Register

AjaxToolKit ToggleButton inside EO.Web Control Options
princeshils
Posted: Monday, August 6, 2012 2:23:20 AM
Rank: Newbie
Groups: Member

Joined: 8/6/2012
Posts: 1

I want to use AjaxToolKit ToggleButtonExtender Inside EO.Web TabControl
(or anything inside like paragraph) But it's shows an error:

<eo:TabItem Text-Html="About SkillSelect">

<asp:ToggleButtonExtender ID="ToggleButtonExtender1" runat="server">


</asp:ToggleButtonExtender>


</eo:TabItem>

Error:

Parser Error Message: Type 'EO.Web.TabItem' does not have a public property named 'ToggleButtonExtender'.

<--OR-->

<eo:TabItem Text-Html="About SkillSelect">

<p>Anything</p>

</eo:TabItem>

Same error:
Parser Error Message: Type 'EO.Web.TabItem' does not have a public property named 'p'.

What can I do? Please help me!!

Thanks.

eo_support
Posted: Monday, August 6, 2012 8:46:06 AM
Rank: Administration
Groups: Administration

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

The TabItem is the just the tab button at the top portion of a TabStrip. It's not the container you put tab contents in. You will need to use a MultiPage to put your tab contents in.

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.