Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to show popup on the image button that image button placed inside the repreater,so i want to know how to show popup on the repeater.
Posted

1 solution

Two options.
  1. Call a JavaScript function on click of ImageButton and inside that function, open a Popup with the help of jQuery (which will be easy). Example - Show jQuery UI Modal Popup Window on Button Click with Example[^]
  2. Implement Ajax ModalPopupExtender as explained in this question - Modal Popup with Repeater[^]
 
Share this answer
 

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