haytatreides
IS-IT--Management
I have a from where the user types a number into an input box, then makes selections on comboboxes (drop downs) and clicks submit. when they click submit, i want to save in a table the number they entered, and their selections. first, is there any other combobox property other than .SelectedIndex that can give me the value or text selected? I dont want to have to write a bunch of select cases.
My other questions may need more clarification. The input box occurs on page load. i save it as a variable, bu when i call my submit() sub, it doesnt pass. should i pass it as an argument?
hayt
My other questions may need more clarification. The input box occurs on page load. i save it as a variable, bu when i call my submit() sub, it doesnt pass. should i pass it as an argument?
hayt