Is it possible to include multiple web part in ASCX page. My ASCX page is very simple and it only includes tabbed navigations, inside those tabs I would like to embed web parts. Code below does not work, any suggestions.
<table cellpadding="4" cellspacing="0" border="0" width="100%">
<tr>
<td id="_invisibleIfEmpty" name="_invisibleIfEmpty" valign="top" height="100%">
<div id="tabs">
<ul>
<li><a href="#tab-1"><span>Weather</span></a></li>
<li><a href="#tab-2"><span>Stock</span></a></li>
</ul>