Welcome Guest Search | Active Topics | Sign In | Register

FlyOut Control not working,even i followed all steps. Options
shyam
Posted: Friday, July 9, 2010 7:58:12 AM
Rank: Newbie
Groups: Member

Joined: 7/9/2010
Posts: 3
Hi,
I have followed all the steps, still FlyOut is not working means nothing is displayed when i hover mouse over my control.
In Page_load i wrote this

Flyout1.For = "Button1"
Flyout1.ExpandDirection = EO.Web.ExpandDirection.TopRight

I have declared Button1 Control, in aspx page i have wrote as directed

<ContentTemplate>
<div>
<asp:Image runat="server" ID="Image1" ImageUrl="~/tv_shows.gif"></asp:Image>
</div>
<div>
<asp:Label runat="server" ID="Label1" Text="TV Shows"></asp:Label>
</div>
</ContentTemplate>


Even then , when i hover mouse over that no effect takes place.What could be the possible reason ?
shyam
Posted: Friday, July 9, 2010 8:05:41 AM
Rank: Newbie
Groups: Member

Joined: 7/9/2010
Posts: 3
Oh! i had declared <eo:Flyout ..> before <Button..> declaration.When i put Button control declaration above Flyout thing is working fine.No issues now.
eo_support
Posted: Friday, July 9, 2010 8:27:05 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Thanks for the update. Glad that it works for you!


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.