Table and panel
-
yes, you can put panel in td and table in panel.
-
sowjanya3 wrote:
Should we place a panel inside the table or table inside the panel?
For What ? Any specific requirments ?
Panels
are Rendered into HTMLDIV
. and Table are same it is. Like, if your write,Then, the HTML Output will be,
div id="Panel1"
Cheers ! Abhijit Codeproject MVP
-
Its upto your requirement.You can put panel in td of a table.And you also can put table inside a panel. Panel are mainly used to group some part of a page and we can show hide the panel according to the requirement if required.And table is used to have proper structure of the page.So if you have different section in your page, you can use panel and inside that have a table for design... Hope it clears bit...
Cheers!! Brij
-
Sure. You can both place a panel inside the table and place a table inside the panel.You can have a try by yourself.