I have a couple of comboboxes on my page.
My data model is such that each dropdownlist has an unknown value.
I want to preselect the value unknown on a new record but I do not want to allow the user to select it from the list.
Is that possible?
I can change the value unknown to 'Please Select One' while getting the values from the database.Can i display it like <please select one> with the '<' and '>' .I only want to do it for this particular value so that rather than looking like a value in the list it looks like a prompt. I need to have that value in the list at all times though because I create a new record using those values.
I hope I am making sense.
My data model is such that each dropdownlist has an unknown value.
I want to preselect the value unknown on a new record but I do not want to allow the user to select it from the list.
Is that possible?
I can change the value unknown to 'Please Select One' while getting the values from the database.Can i display it like <please select one> with the '<' and '>' .I only want to do it for this particular value so that rather than looking like a value in the list it looks like a prompt. I need to have that value in the list at all times though because I create a new record using those values.
I hope I am making sense.