How to use Ajax : Hovermenu Extender in ASP.NET

Posted by SAMIR BHOGAYTA on Samir ASP.NET with C# Technology See other posts from Samir ASP.NET with C# Technology or by SAMIR BHOGAYTA
Published on 2010-03-10T22:34:00.000-08:00 Indexed on 2010/12/06 17:00 UTC
Read the original article Hit count: 552

// It is a simple method, Other properties set by you which you want

Step 1. Take the control that the extender is targeting.When the mouse cursor is over this control,the hover menu popup will be displayed.
Step 2. Take one panel to display when mouse is over the target control
Step 3. Set the following properties:
TargetControlID = "ID of the panel or control which display when mouse is over the target control"
PopupControlID = "ID of the control that the extender is targeting"
PopupPosition = Left (Default), Right, Top, Bottom, Center.


© Samir ASP.NET with C# Technology or respective owner

Related posts about How to use Ajax : Hoverme