asp:panel -> table when? [modified]
-
Hello! I´ve used asp:panel for rendering divs I need to manage from code-behind. I recently heard asp:panel can render into table on some browsers. Is this true, and which browsers would that be?
modified on Friday, February 13, 2009 8:56 AM
livez wrote:
I recently heard asp:panel can render into table on some browsers. Is this true,
All Server side control rendered to HTML Control.
cheers, Abhijit CodeProject MVP My Recent Article : Exploring Session in ASP.Net
-
livez wrote:
I recently heard asp:panel can render into table on some browsers. Is this true,
All Server side control rendered to HTML Control.
cheers, Abhijit CodeProject MVP My Recent Article : Exploring Session in ASP.Net
-
Hello! I´ve used asp:panel for rendering divs I need to manage from code-behind. I recently heard asp:panel can render into table on some browsers. Is this true, and which browsers would that be?
modified on Friday, February 13, 2009 8:56 AM
Yes usually asp:panel renders to div. This guy has some issue in FF3 see if it helps http://forums.asp.net/t/1288058.aspx[^]
-
Yes usually asp:panel renders to div. This guy has some issue in FF3 see if it helps http://forums.asp.net/t/1288058.aspx[^]