Watch Pre-recorded Live Shows Here
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
dzconception
2.1k
56
7.2k
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