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
Amrut Deshpande
NA
10
3.1k
Silverlight ListBox Grouping
Mar 11 2012 5:38 AM
0
down vote
favorite
1
share [g+]
share [fb]
share [tw]
I have problem while grouping in listbox. Actually my table structure is as follows.
Emp_ID EmpName EmpParent_ID
1000002 Vivek 1000005
1000003 Rohit 1000005
1000005 Ajay 1000031
1000006 Sanjay 1000005
1000011 Hemant -1
1000022 Amit 1000005
1000024 Aakash 1000006
1000027 Ameya 1000005
1000030 Ram 1000005
1000042 Arvind -1
Now I want to group on EmpParent_ID. Output should be like this:
Ajay
Vivek
Rohit
Sanjay
Amit
Ameya
Ram
Sanjay
Aakash
If this is not possible using ListBox then please suggest me another method to work it properly.
Reply
Answers (
0
)
doubt
Problems Inserting Char() Type into MySql Table Structure