Click here to Skip to main content
15,904,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
here i my window application,

i want to generate bill of customer item,
in my wpf form, i have 16 row for item like that...

Item_id | Item Name | Item Category | Quantity |
--------|--------------|------------------|----------|



When user input Item code, on textchange event "item name" and Its Category "Item categoty" are Print on label in its Column (its Complited) .
after that user will put Quantity as txtvalue in textbox.

question is how can we save in database using linq Lembda expression.
with using safe way like Trans and Rollback Concept

please help me..
Posted

1 solution

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