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 ?
|
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.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Thanks for the update. Glad that it works for you!
|