I would like to create a form to fill up customer information. I use asp.net master and content pages. It contains only simple controls such as label and text box. Which container should I use here.
- table (I heard table are very slow)
- div(use css to act as a table)
- use ul and li
Which one is good here and why ? Could you please suggest a control which is not listed above :)