Hello everyone,i am new to c# programming and i am making a form app for my collage fest which has following details:
1.name of event(comboBox)
2.name of subevent(comboBox)
3.name of coordinator1(text box)
4.name of coordinator2(text box)
5.name of participent(text box)
5.price(text box)
my problem is when any event is selected then subevent list should come up and then on selection of subevent list,the name of both coordinators and price should come up using inbuild database named db.sdf but i do not know how to do it.although i have gone through various sites and a book "head first c#" (which give some details but it is for all the textbox together).please help and a small request to please explain me the method you give in a very simple manner.
thank you
ps:the pic i have uploded is just the starting ...i just want to understand in built database connection feature and methods to use
edit:sorry cannot upload the pic