D
Dica
i can't seem to find a way to cast the value in my comboBox to integer. i've
tried the following:
short iProjectID = Convert.ToInt16(cboProjects.SelectedValue);
i keep getting a "Sepcified cast is not allowed" error. how can i do this?
tks
tried the following:
short iProjectID = Convert.ToInt16(cboProjects.SelectedValue);
i keep getting a "Sepcified cast is not allowed" error. how can i do this?
tks