How to hide last row of a bind combobox
How to hide last row of a bind combobox. I have bind a combobox with an access database column now i want to hide last row (Last element) of column please guide me using c# 
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Faizan KhanPosted Jan 27, 2013, 2:41 AM
Bryian TanPosted Jan 27, 2013, 12:06 AM
Can you remove it?
ComboBox1.Items.RemoveAt(ComboBox1.Items.Count - 1);