TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
13
0
How do I trim a Combobox?
Mar 3 2016 10:00 AM
Hello all. I have added a combobox that is solution that links to an SQL server using a dataset.
private void Template_Load(object sender, EventArgs e)
{
this.suppliersTableAdapter.Fill(this.spartanDataSet.Suppliers);
}
My question is, how do I trim the records in the Combobox? I found this absolutely no problem with a complete Datagrid but this seems to be causing me a slight problem.
Thanks all!
Reply
Answers (
3
)
Wanted to create a dynamic table with 4 columns in a row
How to print data from datagridview to microsoft word