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
Bineesh Viswanath
NA
1k
777.7k
Display data in DataGridview using ComboBox in c#
Jul 8 2013 5:48 AM
Sir, I am doing a ADO.NET program in C#.
Firstly I am Introducing My form to you:-
frmTeacherSearch
You can see Nos'1,2' in combobox. These are the employeeId of teachers saved in tbl_Teachers.
I saved these data from another form named frm_Teacher.
now I want to retrieve that files to the datagridView1 in frmTeacherSearch.
I want only employeeName,joinDate and Designation to be filled in the dataGrid.
when I select 1 in combobox, I want to show the employeeName, joinDate and Designation whom has employeeId 1.
A filteration is what i am trying to function here.
so If you want more my program data(classes, database/table), i will provide you.
I hope that you will solve this.
Reply
Answers (
12
)
Retrive Image from Database
How to fill and submit a web form using C# code?