Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to retrieve data in ms-access using C#?
but my problem is see in example
ID        Name    Department
12      Arsalan   IT
13      Sahir     IT
14      Ali       Marketing
15      Umair     IT

you see the table three person belong the IT department.. now i am use query
Select Name from Emp Where Department= IT;
but i am All the name of IT department person show in Checkbox.if two Person in IT depart then show then two checkbox his name appear in check box,,
Plz give me a solution and code..

[edit]Code block added - OriginalGriff[/edit]
Posted
Updated 11-Apr-12 21:06pm
v2
Comments
Nilesh Patil Kolhapur 12-Apr-12 3:08am    
code???????????
Arsalaan Ahmed 12-Apr-12 4:25am    
coding yar,,,

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900