I have an aspx page that contains a button1 and an iFrame (src=AnotherPage.aspx). AnotherPage.aspx contains AJAX TabContainer. Now on click of the button1, I need to add a TabPanel dynamically to the TabContainer. How do I do that using jQuery?
|
feedback
|