asp.net table vs html table
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
-
Basically, you use the Html table and ASP.NET table controls for the layout of the web page, however, the html table is mainly used to add at design time while the ASP.NET table for the runtime. You can see more from here: ASP.NET Server Controls Recommendations[^]