Display Problem: Navigating LINK
Hi every body,
I am new to asp.net.And i m facing one problem. I have three user controls .I am displaying the banner control in my first row as
</table>
<tr><td colspan="2"> banner control</td></tr> then
//second
<tr>
<td width="24%">Side bar Control</td>
<td width="76%">My Listing will come here</td>
</tr>
//third
<tr><td colspan"2">Footer Control </td>
</tr>
</table>
my problem is when i m clicking on link in side menu the listing come Below the menu not to side ...why it so...i m diplaying dyanamci side
menubar....it may vary menuitem on access level defined....
Please help me in this regard...
Thanks...
Mahesh
|