B
Bill Cohagan
I'm trying to construct a page that will approximate a windows form page. It
will include 5 or 6 "rows" of controls with each row containing several
labels, textboxes, maybe a dropdown, a button or two, etc.
I've found that using the default flow approach wont' let me come even
close. I've tried using a table to control things, but that is so tedious
that I'd still be doing layout 2 months from now. I've been told that using
Grid layout is a Bad Thing.
So, what's the best way to do page layout in ASP.Net 2.0 under VS 2005?
Surely there's some way of doing this in reasonable time?
Thanks in advance,
Bill
will include 5 or 6 "rows" of controls with each row containing several
labels, textboxes, maybe a dropdown, a button or two, etc.
I've found that using the default flow approach wont' let me come even
close. I've tried using a table to control things, but that is so tedious
that I'd still be doing layout 2 months from now. I've been told that using
Grid layout is a Bad Thing.
So, what's the best way to do page layout in ASP.Net 2.0 under VS 2005?
Surely there's some way of doing this in reasonable time?
Thanks in advance,
Bill