Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
Hi everyone,

Greetings!

i want to invoke the hidden usercontrol from my default aspx when the hyperlink of my other usercontrol which is visible in my default page.

to illustrate:

Deafult.aspx
UControl1.ascx
UControl2.ascx

To explain:

UControl1 is visible in default.aspx and contains hyperlink. What i want is that if hyperlink is click, UControl2 shud be visible as it was set hidden during pageload of default page. if i have 5 hyperlink and i click it one by one... there shud be 5 UControl2 available for usage.

Thanks
Chaegie
Posted
Comments
Praveen Kumar Upadhyay 14-Feb-11 3:05am    
Are you able to find userControl1_hyperlink_click event ??

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