Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a dashboard page in which there are 5 tabs. And i have 5 user controls. When clicked on a tab, i want to dynamically load the corresponding user control for the tab. The tab is inside update panel. Now the problem is, the user control is loaded but not rendered. I mean, i cant see its html content and its javascript in view source. So now i am unable to call a javascript function(which i had put in the usercontrol page) after usercontrol's page load. Can anyone help on this? Thanks in advance..
Posted
Comments
Chris Maunder 2-Feb-12 7:47am    
Some code would help. Can you please post a small snippet?

1 solution

use ajax tabcontainer control to reslove ur problem
 
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