Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using a UserControl on a Panel as PopupControlID for a modal popup. I am setting properties of UserControl before PopupControl.Show, but when the popup control becomes visible its button click event does not fire. I am setting Panel as the target control ID as well as popup control ID. I don't know how to solve this; could I have some help please?
Posted
Updated 23-Dec-09 6:15am
v2

Hello

 

How i can call a .aspx page method from a user control and what permissions should be given to that method? Or how i can set a variable or textbox.text value of parent page from user control? i am using asp.net with C#

 

Thanks in Advance

 

 

Bhupendra Singh Rao

 
Share this answer
 

Are you using an Update Panel?

If so, you will need to set its trigger to be the button on the UserControl.  Otherwise it wont do anything when you click the button.

That would be where I try first.

Rob

 
Share this answer
 

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