Showing posts with label Problem:Combobox Editable in C# Windows application and Asp.net. Show all posts
Showing posts with label Problem:Combobox Editable in C# Windows application and Asp.net. Show all posts

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;

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...