Programmatically add columns to Spreadsheet web component

S

SK

Hi all,

I am a relatively junior web coder. I have an Intranet web application
using Frontpage 2003 asp pages to a backend SQL Server 2000 database.
Everything is displayed in HTML tables with 'Edit', 'Update', 'Delete'
columns added by me on the fly so the data can be modified.

My boss is used to Access, where she can choose a column and reorder, or
excel where she can data filter. All these features exist in the
Spreadsheet web component, so I want to use this as the initial display of
my data. She can sort, filter, whatever - even export to excel. I just
can't figure out how to add the hyperlinks for 'Edit', 'Update', 'Delete',
so I can still use my Edit, Update and Delete asp pages. Generating the SQL
View doesn't seem to work, though I'm not exactly sure what I'm doing.

Thanks in advance for anyone's help.

Sue
 
Top