Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
May I know what's the coding for import data into datagridview from microsoft access and excel using vb.net
Posted

Reading data from Access is so simple and widely documented that it's ridiculous to ask without saying 'this is what I have tried'. Excel seems to be just as easy, from the looks of this[^].

You also don't specify if you're using ASP.NET. I'd guess you are, and recommend you buy an ASP.NET book.
 
Share this answer
 
In case of ASP.NET, you need to do it client side using Access/Excel components.

Find something similar to go ahead:
Import and Export Outlook Appointments (using JavaScript)[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900