Hi there,
Quote:
|
I am currently using ASP.NET 4 this semester and I love it!
|
Thanks! Good to hear.
Copying from Excel is always tricky, as Excel doesn't support true data types as SQL Server does.
I would either manually add the data if it's not too much, or use the SQL Server Import Wizard (requires a commercial version of SQL Server) or Integration Services to import the data. Alternatively you could save the data as CSV and import it pogrammatically.
All of these solutions are beyond the scope of the book and thus this forum category, so you may be better off posting a question in another forum cateogry, succh as one dealing with SQL Server or with (ASP).NET in general.
Cheers,
Imar