hi all 
wondering if someone can help me some small issues I am having with building my first project.
1.
I have comboboxes that allow users to enter their own choices in and then their choices are displayed into the gridview.
the problem I am having is this is allowing me to duplicate choices. for example:
when I run debug to try my boxes, I can type in Johnathan into the combobox as many times as I want to and it adds is to the combobox list..so now I got 10 johnathans in my combo box....LOL...
..and then to make things worse, when I hit the button I made to send choices to display..it causes duplicated choices to show up in the display.
What I figure is that it is easier for me to just prevent duplicates in combobox.
2.
Lets say on one of 10 comboboxes I got...lets say someone skips the box and doesnt make a choice...my grid will then display the last choice made.. (man o man)
for example:
John chose in his boxes and is displayed on gridview: Combobox1 (john) Combo2 (5:00 PM) combo3 (waiting)
now lets say I come up to the computer and in Combobox1(Dcurvez) Combo2( i skipped and didnt enter a choice) and Combobox3(In Progess)
The display will put Dcurvez....5:00 PM.....In Progress
because I didnt make a choice in the time combobox..it put in the last choice (Johns) as 5:00 PM
Can someone in very simple terms tell me how to fix this problem?? please??
I am using visual studio 2008
and vb/vb.net as language
this is not a webpage, btw. it is for in shop computer just.
wondering if someone can help me some small issues I am having with building my first project.
1.
I have comboboxes that allow users to enter their own choices in and then their choices are displayed into the gridview.
the problem I am having is this is allowing me to duplicate choices. for example:
when I run debug to try my boxes, I can type in Johnathan into the combobox as many times as I want to and it adds is to the combobox list..so now I got 10 johnathans in my combo box....LOL...
What I figure is that it is easier for me to just prevent duplicates in combobox.
2.
Lets say on one of 10 comboboxes I got...lets say someone skips the box and doesnt make a choice...my grid will then display the last choice made.. (man o man)
for example:
John chose in his boxes and is displayed on gridview: Combobox1 (john) Combo2 (5:00 PM) combo3 (waiting)
now lets say I come up to the computer and in Combobox1(Dcurvez) Combo2( i skipped and didnt enter a choice) and Combobox3(In Progess)
The display will put Dcurvez....5:00 PM.....In Progress
because I didnt make a choice in the time combobox..it put in the last choice (Johns) as 5:00 PM
Can someone in very simple terms tell me how to fix this problem?? please??
I am using visual studio 2008
and vb/vb.net as language
this is not a webpage, btw. it is for in shop computer just.