1 June 2011

Problem:Combobox Editable in C# Windows application and Asp.net

Problem:Combobox Editable in C# Windows application and Asp.net

Change the property of combobox from Dropdownstyle to DropDownList

or change in code at run time

this.ComboBox1.DropDownStyle = ComboBoxStyle.DropDown;

No comments:

Post a Comment

Comments Welcome

Consistency level in Azure cosmos db

 Consistency level in Azure cosmos db Azure Cosmos DB offers five well-defined consistency levels to provide developers with the flexibility...