Originally posted by Cander
I use 0% old stuff. But I also dont use 100% web form controls. use plain HTML whenever possible.
Exactly, you got to strike a balance. If you don't need to create a table in code, don't. It won't be any faster. I only use the web form controls when I will absolutely have to change values or get the values from them when I am processing the page.