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
dzconception
NA
56
9.6k
combobox iteme group by problem ,???
Dec 26 2016 6:25 AM
GrpCB.DisplayMember =
"Groupe"
;
GrpCB.ValueMember =
"num_ligne"
;
using
(DBEntities db =
new
DBEntities())
{
GrpCB.DataSource = db.Grilles.GroupBy(p => p.groupe).ToList();
}
this my code to add items to cb but i want group by field groupe
i have an errror of grouping
is there some correction ?
Reply
Answers (
2
)
How to perform filtering based on complex field in DataTable
Master detail relation view in datagridview