3
Answers

how to match excel sheet with datagridview in winforms

Photo of Mohsin Meghani

Mohsin Meghani

11y
695
1
I have an issue related , I want to match 3 columns of excel sheet with my 3 related columns of datagridview (data is coming from database), after matching, I want to classified it either which data is matched or which is not.

Answers (3)

0
Photo of Pradip Pandey
NA 6.9k 1.1m 12y
Hi Saurabh
 You can show your entry records on top on daily basis by using the concept of date, i mean to say that when you are trying to show the records, use order by <datefield> desc clause in your select query.

For question 2 refer this link
http://www.c-sharpcorner.com/UploadFile/satyapriyanayak/how-to-save-image-along-with-details-into-database-in-asp-ne/

Hope this will help you.