How to set dataet from server side on the ASP.NET to spreadsheet of owc
A Alvin Bruney [MVP] Feb 13, 2004 #2 The dataset cannot load into the owc spreadsheet. Typically, you will need to write a server side file and point your client to this file to load it.
The dataset cannot load into the owc spreadsheet. Typically, you will need to write a server side file and point your client to this file to load it.
A aa Feb 17, 2004 #3 How to do this Alvin Bruney said: The dataset cannot load into the owc spreadsheet. Typically, you will need to write a server side file and point your client to this file to load it. -- Regards, Alvin Bruney [ASP.NET MVP] Got tidbits? Get it here... http://tinyurl.com/3he3b Click to expand...
How to do this Alvin Bruney said: The dataset cannot load into the owc spreadsheet. Typically, you will need to write a server side file and point your client to this file to load it. -- Regards, Alvin Bruney [ASP.NET MVP] Got tidbits? Get it here... http://tinyurl.com/3he3b Click to expand...
A Alvin Bruney [MVP] Feb 17, 2004 #4 write a file how you normally would to disk, use CSVData to load the file. it takes a path argument -- Regards, Alvin Bruney [ASP.NET MVP] Got tidbits? Get it here... http://tinyurl.com/3he3b aa said: How to do this Alvin Bruney said: The dataset cannot load into the owc spreadsheet. Typically, you will need to write a server side file and point your client to this file to load it. -- Regards, Alvin Bruney [ASP.NET MVP] Got tidbits? Get it here... http://tinyurl.com/3he3b Click to expand... Click to expand...
write a file how you normally would to disk, use CSVData to load the file. it takes a path argument -- Regards, Alvin Bruney [ASP.NET MVP] Got tidbits? Get it here... http://tinyurl.com/3he3b aa said: How to do this Alvin Bruney said: The dataset cannot load into the owc spreadsheet. Typically, you will need to write a server side file and point your client to this file to load it. -- Regards, Alvin Bruney [ASP.NET MVP] Got tidbits? Get it here... http://tinyurl.com/3he3b Click to expand... Click to expand...