tags:

views:

24

answers:

1

i need to know that is there any way through which i can embed Excel sheet into ASP.Net as i want to allow user to give multiple records at a time and then can use only single event to insert all those records into the database as i want to avoid event execution for every record

+8  A: 

Try this, This will read from data from your excel file and store into your database.

http://www.davidhayden.com/blog/dave/archive/2006/05/31/2976.aspx

Pankaj Mishra