Hi, I have a combo box in a form and there is two fixed content "Active" and "Inactive" i want that user cannot change the content or add new content but user can select any one of the content how can i do this
Combo Box in Visual Studio 2005
Collapse
X
-
In the "Properties " pane, set DropDownStyle to DropDownList. This will make it like a traditional DropDownList, no textbox.Originally posted by nerurmonHi, I have a combo box in a form and there is two fixed content "Active" and "Inactive" i want that user cannot change the content or add new content but user can select any one of the content how can i do this
Comment