6
Answers

Manipulate Table Data...?

Flamur Hadja

Flamur Hadja

15y
3.2k
1
Hi Im learning C# lately. Im working right now on a project that should help me learn some new stuff about C# programming... I'm programming a simple accounting software, that can be used by small businesses, especially by small shops. This software should register products, it will have a form to sell them and pay bills, a form to use for furnishing, and will also make reports and such stuff... I made the register form, but now I'm having some problems with furnishing form. For example, when the store owner buy some products (furnish his store with products) I want to register them on furnishing form, but he will be able to register these products only if they're registered first in the Registering Form... In the furnishing form he will only need to enter the product Barcode and the Quantity, and these automatically will be added to the database (furnishing table) and the other details for the product will be taken from the other table (registering table)... I usually use LINQ's to take a row from a table, for example, a row where given barcode match, but i dont know how to take a specific cell from that row, and send (or add) the data to another cell on another table... Hope u can understand what im asking ... Im sorry for my bad English... Hope ill find some help too.. thnx a lot...
Answers (6)
0
Rashid Khan

Rashid Khan

NA 104 0 14y
Well haven't get any reply for this.
but i got a code from other source
here is the link
http://www.codeproject.com/script/Articles/ArticleVersion.aspx?aid=18042&av=213874

add this class in your existing project create object of this class and use its properties.
it works fine  but need to change as per your requirement . like spacing, alignment etc
i got my solution may be it works for other too
Have a nice day
Bye

0
Suthish Nair

Suthish Nair

NA 31.7k 4.6m 14y
If the query got resolved, then mark the post that helped you as Answer so will be helpful for others. Otherwise if you got the solution please share with us.
0
Krishna Garad

Krishna Garad

NA 16.5k 6.2m 14y