hi all :)
got question on using windows forms in visual
what i have going on is on one form i have a calendar that is for the month of may. when you click on may 1...it opens a form with some combo boxes and a gridview that displays the choices from the combo boxes.
my question is this..
can I just link all of the other 30 days in may to go to the same form or do I have to make 30 duplicate forms LOL...i know it is a kinda silly question but I really dont know.
It would be a travesty if the user were to click on may 2...and get a form all filled out from may 1...*blush*
Secondly if i were to have a calendar control on the form that may 1 is pointing to (at the moment I dont) how do I get the calendar contol to reflect that it is may 2 and not may 1??
this is not for a web site it is for a tire shop here in town, and it is the first project that I am doing..so it is kind of important to me.
thanks all :)
got question on using windows forms in visual
what i have going on is on one form i have a calendar that is for the month of may. when you click on may 1...it opens a form with some combo boxes and a gridview that displays the choices from the combo boxes.
my question is this..
can I just link all of the other 30 days in may to go to the same form or do I have to make 30 duplicate forms LOL...i know it is a kinda silly question but I really dont know.
It would be a travesty if the user were to click on may 2...and get a form all filled out from may 1...*blush*
Secondly if i were to have a calendar control on the form that may 1 is pointing to (at the moment I dont) how do I get the calendar contol to reflect that it is may 2 and not may 1??
this is not for a web site it is for a tire shop here in town, and it is the first project that I am doing..so it is kind of important to me.
thanks all :)
Comment