Connecting Tech Pros Worldwide Forums | Help | Site Map

Using OleDbDataAdapter with Excel

John Sutor
Guest
 
Posts: n/a
#1: Nov 16 '05
I want to be able to grab the values from 4 different text boxes and
write them to an Excel spreadsheet. I have tried numereous method to no
avail. If anyone can give me a small code snippet, I would greatly
appreciate it.





*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Sahil Malik
Guest
 
Posts: n/a
#2: Nov 16 '05

re: Using OleDbDataAdapter with Excel


John,

http://www.aspfree.com/c/a/ASP.NET-C...s-from-ASPNET/

Above shows you code for reading from Excel. Inserting follows the same
idea.

- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik





"John Sutor" <john_sutor@cinfin.com> wrote in message
news:uUg0Oi82EHA.3236@TK2MSFTNGP15.phx.gbl...[color=blue]
> I want to be able to grab the values from 4 different text boxes and
> write them to an Excel spreadsheet. I have tried numereous method to no
> avail. If anyone can give me a small code snippet, I would greatly
> appreciate it.
>
>
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it![/color]


Closed Thread