views:

40

answers:

2

i want to create an application that will keep track of a supermarkets inventory *the [products must be read from an Ms Access database *product class must be created which will store all the data about a type of product(e.g. name,brand,price) *a custom control must be used to display/update product details *the database must be apdated with any changes made to a products details *the interface must be easy to use and efficient as possible *program must have functionality for adding new products,and removing existing ones.

pls help on the coding and suggest on how i could go about creating it

A: 

Are you just asking for the code to do this for you?!

Tamar
yes code and any suggestions you have on how i could go about creating it
Don't you think you should at least give it a try and post practical questions? Even if you want design suggestions - you should come up with your own design, post it and have people comment on it.
Tamar
How do i post it i ahve something that i have been working on but it doesn't run has got to many errors
A: 

Sounds like a datagrid with a sqldatasource with the automatic update insert and deletes created from a simple select statement.

The best to see how to do this if you've never done this is to visit the asp.net website and watch some of the videos that they have posted there. For example here is a link to their Data Acess Videos.

Good luck and hope this helps.

Chris
More info pls i am a first year student