Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. spiffyharvey

    HoverMenuExtender Lazy Loading

    I actually JUST figured it out. My Page_Load event hookup should've been: UserImg.Attributes.Add("onmouseover", "javascript:OnHover('" +this.imageHoverTrigger.UniqueID +"')"); and the javascript function should've been: function OnHover(image) { __doPostBack(image...
  2. spiffyharvey

    HoverMenuExtender Lazy Loading

    I have user avatars through my site and what I want is to have a hovermenu displayed on mouseover that shows stats about the user. (Stats, recent activities, recent posts, etc.) For obvious reasons I don't want to have this loaded on page_load and using a DynamicService call seems like it'd be...

Part and Inventory Search

Back
Top