I have spent a while searching google for an answer to the following question, with no luck.
Does anyone know if there is any way (at all) to use the Design view to edit the contents of an ASP.NET table control (an <asp:Table runat="server">...
)?
From all that I can tell, devs are stuck coding their <asp:TableRow>
s and <asp:TableCell>
s by hand! This is ludicrous, given that you can use the design view as a WYSIWYG editor for standard HTML tables.