I'm using visual studio 2008 with a windows based project written in C# with sql server as backend; My database stores items with their respective details.
I'ved created a very basic and simple form with a binding source and navigator and a datagrid.
Basically the customer buys items. I have a specific item number for all items. I would like a comboBox to be inside of the datagrid so that when i choose an item number, some fields display on the datagrid with things such as price and quantity. For now the table shows all items, all data. I want it so that when the form loads...it only displays the item chosen on the comboBox.
This is my main problem right now, I'ved looked through many examples but none look quite like what i want. If u have any input or think there's an easier way to do it I'll be most appreciative.
But the main issue as my topic states is that i need to print receipts, What i have done in the past is send information to an excel sheet and print it from there, but i'd really like to know how to print a snapshot using C# because i have seen many examples using vb.
Thanks in advance
I'ved created a very basic and simple form with a binding source and navigator and a datagrid.
Basically the customer buys items. I have a specific item number for all items. I would like a comboBox to be inside of the datagrid so that when i choose an item number, some fields display on the datagrid with things such as price and quantity. For now the table shows all items, all data. I want it so that when the form loads...it only displays the item chosen on the comboBox.
This is my main problem right now, I'ved looked through many examples but none look quite like what i want. If u have any input or think there's an easier way to do it I'll be most appreciative.
But the main issue as my topic states is that i need to print receipts, What i have done in the past is send information to an excel sheet and print it from there, but i'd really like to know how to print a snapshot using C# because i have seen many examples using vb.
Thanks in advance
Comment