Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

page design advice needed

Status
Not open for further replies.

skibascott

IS-IT--Management
Mar 18, 2004
82
US
I am about to create a webpage that is basically a spreadsheet. The some of the fields will submit data to a sql database after user input and others will be getting data from a sql database. It is for the company intranet. I will use asp to connect to the databases.
What is the best way to create this? Would I just use html tables(there are many many fields)? Or, is there a better way. It seems to me that the tables will get very confusing because of the number of fields in this "spreadsheet".
Any advice?

Thank you.
 
definitely use tables in my opinion - that is precisely what they're designed for. You may end up with a (seemingly) complicated table but believe me it will be much easier to code and to make it look right than any other method.

If you use ASP then you will most likely be able to use Loops to reduce the amount of code that YOU have to write - the server will do it for you instead.

Check out the ASP forum (forum333) for more details on that

Tony

Spirax-Sarco - steam traps control valves heat exchangers
Sun Villa - Luxury Florida accommodation
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top