J
Jeff Copeland
k, I am trying to write some code to work with the Spreadsheet component. I
want to pull up a spreadsheet that is on the webserver in a browser, allow
the user to enter data into the spreadsheet and then when the user clicks on
the save button, save the spreadsheet file (not in a database) to the
webserver along with a database record describing the spreadsheet file,
location, etc.
I will have to save the db record first so that I can have my stored
procedure return a value that I can use as my filename. How is the best way
of doing this? My site is in C#. I was taking the ss.xmldata and putting it
into a hidden text box on my button click event but how do I save the data to
my webserver?
want to pull up a spreadsheet that is on the webserver in a browser, allow
the user to enter data into the spreadsheet and then when the user clicks on
the save button, save the spreadsheet file (not in a database) to the
webserver along with a database record describing the spreadsheet file,
location, etc.
I will have to save the db record first so that I can have my stored
procedure return a value that I can use as my filename. How is the best way
of doing this? My site is in C#. I was taking the ss.xmldata and putting it
into a hidden text box on my button click event but how do I save the data to
my webserver?