I have an image control that causes the hover control to popup a drop down list. The user selects a name in the list and then the page posts back. When the page posts however, the drop down list does not hide itself and instead it appears at the bottom
of the page (note: it's on a panel). There does not appear to be a .hide method so I can't force it to hide itself.
Any ideas on why it remains visible? I've reviewed similar posts and I don't see that I'm doing anything different. Note that this is on the master page.
JonnyBravoII
Member
43 Points
74 Posts
Hover Control Behavior
Aug 06, 2012 06:31 PM|LINK
I have an image control that causes the hover control to popup a drop down list. The user selects a name in the list and then the page posts back. When the page posts however, the drop down list does not hide itself and instead it appears at the bottom of the page (note: it's on a panel). There does not appear to be a .hide method so I can't force it to hide itself.
Any ideas on why it remains visible? I've reviewed similar posts and I don't see that I'm doing anything different. Note that this is on the master page.
MetalAsp.Net
All-Star
112219 Points
18266 Posts
Moderator
Re: Hover Control Behavior
Aug 06, 2012 06:36 PM|LINK
JonnyBravoII
Member
43 Points
74 Posts
Re: Hover Control Behavior
Aug 06, 2012 06:41 PM|LINK
Well, don't I feel like the village idiot. Thanks for the help. :)