Groups | Blog | Home
all groups > asp.net webcontrols > april 2006 >

asp.net webcontrols : Webpartzone as DIV


Prashant Majhwar
4/27/2006 12:00:00 AM
The webpartzone is rendered as

<table cellspacing="0" cellpadding="0" border="0"
id="ctl00_ContentPlaceHolder1_WebPartZone1">
<tr>
<td style="height:100%;"><table cellspacing="0" cellpadding="0" border="0"
style="width:100%;height:100%;">

I want to use DIV instead of TABLE to render the WebPartZone. Is it
possible to do it?
How?

DWS
5/4/2006 7:08:02 AM
You can easily put the webpartzone in a DIV?
The table is used to render webparts in the webpartzone.

Good Luck
DWS

[quoted text, click to view]
AddThis Social Bookmark Button