Click here to Skip to main content
16,004,678 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Am trying to develop an application Which has requirement of Modelpopupextender open with another page . How Can I set the Modelpopup extender with PopupControlID="Panel1" where Panel1 is on other page.
Posted
Updated 10-Mar-14 21:10pm
v2
Comments
Tom Marvolo Riddle 11-Mar-14 3:04am    
Not clear.Explain the issue
Ni!E$H_WAGH 11-Mar-14 3:07am    
Am Using ModelpopExtender Control for Gridview Edit button , but question is,Is it possible to set the PopupControlID="Panel1" property of Modelpopupextender with the Panel1 which is on different page.

1 solution

OP wrote:
How Can I set the Modelpopup extender with Tagetcontrolid panel from page other than where Modelpopupextender used itself


It's not possible.you can use the control which is placed in the same page itself
 
Share this answer
 
Comments
Ni!E$H_WAGH 11-Mar-14 3:12am    
Thanks . But is there any other way to do the same.
Tom Marvolo Riddle 11-Mar-14 3:13am    
let me check and i'll tell you
Ni!E$H_WAGH 11-Mar-14 3:15am    
Thanks a lot for your efforts.
Tom Marvolo Riddle 11-Mar-14 3:31am    
hi Niles,we can inherit the control from masterpage to child page via .cs page.But in this
case (Tagetcontrolid ) must be in same page.
Ni!E$H_WAGH 11-Mar-14 3:38am    
Thanks Jas

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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