How to use asp.net without tables

i would like to create a page without using tables and how to place elements asp.net text box.

Use CSS for layout.

Your question makes zero sense. You are not required to use tables in ASP.NET, you can actually write whatever HTML you want and drag/drop controls onto the page in a div, a span, a section, whatever!

So if you don’t want to use tables, don’t.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.