|
|
 |
| ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

September 20th, 2005, 10:31 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Location: , , .
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
how to import data from excel,csv into sql server
hello.............can some body help me
1. i have to import data from excel or csv file into sql server
database.........how can i achieve it in my webpage(using
vb.net)
2. i also have to save a dynamically generated image into jpeg,gif,
.........
plz tell some way to do this
|

September 27th, 2005, 10:54 AM
|
|
Authorized User
|
|
Join Date: Sep 2005
Location: , , .
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
CSV File:
Open the file
read line by line
for each line, split into using the , as the splitter (see string object's split property/method)
For each one in the array, work with it and place in your table.
Tell me if you understand, will try to give you then some code
|

October 1st, 2005, 01:17 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Location: , , .
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
thnx helga
i have done that but can u plz help me in the 2nd
one .....saving a superimposed image from a web
page to several formats....if u can give me the code
i will be very thankful........
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |