Hi,
I've an doubt about combo box control in my application.when trying to use the combobox it wont shows the some properties like.dropdownlist control is availlable in windows application?
cmb_CustomerName.DataValueField = "CustId";
cmb_CustomerName.DataTextField = "CustName";
cmb_CustomerName.DataBind();
Best,
Sudheep.