How to Make combobox UnEditable in C#.Net
-
Hi Friends, In my C# application, i am listing several items in combobox. at runtime, combobox allows us to select from list as well as allows user to type. But I have not allow to type the user. Please help me how to make uneditable combo box. Thanks in Advance, Regards,
Prya
-
Hi Friends, In my C# application, i am listing several items in combobox. at runtime, combobox allows us to select from list as well as allows user to type. But I have not allow to type the user. Please help me how to make uneditable combo box. Thanks in Advance, Regards,
Prya
Set the property of combobox is....... DropDownStyle=DropDownList
Parwej Back...............DON of Developer....... Parwej Ahamad g_parwez@rediffmail.com
-
Set the property of combobox is....... DropDownStyle=DropDownList
Parwej Back...............DON of Developer....... Parwej Ahamad g_parwez@rediffmail.com
Hi, Thanks i ve applied. Regards,
Prya