Click here to Skip to main content
15,910,411 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
Am using a GridView control.In gridview am using Button.when we click a button i want to display the Popup window.Am using the Ajax For popup.Here the Problem is The Targetcontrolid,in this we give the button name which is in the repeater control.But i cant to get the Popup window.



TargetControlID="btn" BehaviorID="bhPopup" CancelControlID="btncan" Drag="true" DropShadow="true">

What I have tried:

I tried in the Ajax control while am giving the controlid="btn" .But it cannot show the popup window
Posted
Updated 29-Dec-16 2:33am

1 solution

Targetcontrolid it is the id of which control ?
 
Share this answer
 
Comments
Member 12857356 30-Dec-16 1:23am    
Thanks for reply,
Here Am using Gridview control.Inside Gridview control am using one button,when we click the button the popup will show.

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