Click here to Skip to main content
15,910,878 members

Comments by Felipe Gentil (Top 4 by date)

Felipe Gentil 22-Mar-12 10:35am View    
What do you mean by create a total? Do you want to sum a column value?
Felipe Gentil 20-Mar-12 14:46pm View    
If you are using sql server is easier, you must use linq to get it stored.
I dont have the code here, but i can help you out

Again, take a look at this tutorial and you will find out.
http://codeabout.wordpress.com/2012/03/02/saving-files-into-your-sql-database-with-c/

a few things you might need to consider
- create .dbml file (like i did in this tutorial)
- create the datacontext variable (which you will use to store into database)
- create an object that you will fill with your data coming from datagridview
- fill your object with data from datagridview
- get the table and insert the object
- submit changes

let me know if you still cant do it! i will find another way to help you.
good luck, regards.
Felipe Gentil 20-Mar-12 14:26pm View    
You didnt answer my question. Which database are you using?
Felipe Gentil 2-Mar-12 21:49pm View    
Sometimes I google something and end up in a post without an answer, I'm not just replying to that guy, but to people who show up here :)