how to read Sreadsheet data on the server side?

M

Michael

Hi,

I am using FrontPage2000, running Win2K server IIS on my intranet

I have created an asp page, and placed a "<Form>" section on the page to
collect user input. I have also insert an "Office Spreadsheet" into the form
for user input.
Then when user click submit button, to submit user input to my IIS server.

On the server side, I have another aps page to read the data which user
input on the Spreadsheet, then the asp page will extract data from SQL2000
server.

Can any tell me how to read these Spreadsheet data?

Thanks
Michael
 
S

Stefan B Rusynko

Html Forms don't support spreadsheets (and vice versa) even w/ server side coding
Make all your "spreadsheet areas" Form fields to collect user input




| Hi,
|
| I am using FrontPage2000, running Win2K server IIS on my intranet
|
| I have created an asp page, and placed a "<Form>" section on the page to
| collect user input. I have also insert an "Office Spreadsheet" into the form
| for user input.
| Then when user click submit button, to submit user input to my IIS server.
|
| On the server side, I have another aps page to read the data which user
| input on the Spreadsheet, then the asp page will extract data from SQL2000
| server.
|
| Can any tell me how to read these Spreadsheet data?
|
| Thanks
| Michael
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top