design help
hi everyone i am new to c# i just want some advice no code i want to do the code myself. i want to design a simple program that displays stock that i have and if i book something out it must automaticly subtract it from the stock and display the selected stock on a page that i can print and i must aLSO BE ABLE TO print the stock that is still left . i must also be able to add new stock items and qty's . Can someone please tell me whati need and how to do it any help will be appreciated
Sam HobbsPosted Sep 23, 2010, 2:33 PM
Something you can do without a book is to look at the articles in this site about database programming. I suggest reading my article Database Table Update in a DataGridView without Writing Code.
Mc DerekPosted Sep 23, 2010, 12:25 AM
I think you have concentrate on designing part first as what items you want to display like Stock. Stockbooked,Stock Left and Quantity on the webpage. Then design the database based on the objects available .It's a good programming to display required objects only on the screen what you need from the database.
[SPAM REMOVED]
PJ MartinsPosted May 27, 2010, 9:17 AM
Please remember to mark as answer if you found this helpful.
DIVAN DU PIESANIEPosted May 27, 2010, 9:11 AM
yes i think i want to store it in an data base or in a file of some sorts but i think a data base should be the right thing to do
PJ MartinsPosted May 26, 2010, 5:55 PM