Click here to Skip to main content
15,885,824 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi,
I have a listview which have images in its each listitem . I need to show a popup while clicking on each image.This popup should be on the left side of the image.How can i do that...
Posted

Are you talking about a custom context menu? or a user control panel that is shown/hidden as required?
 
Share this answer
 
Try using:
- Popup control extender: ASP.Net AJAX Control Toolkit, or
- jQuery Popup

Both of them are highly customizable approaches. Please note that jQuery library will be available by default if you are developing your site using .Net Framework 4. Ajax Control toolkit will be available in the form of downloadable dll. Download your project specific version of AJAX Control toolkit from here.
 
Share this answer
 
Comments
fjdiewornncalwe 20-Aug-13 16:03pm    
OP is using WPF, not web.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900