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
paddu v
NA
53
49.6k
How to Get the selected Item id in list box using Linq Query
Jul 17 2012 6:25 AM
var names = from s in dbc.Patient_Detail_Tables where s.Name.Contains(txtSearch.Text) select s;
listBox1.DataSource = names;
listBox1.DisplayMember = "Name";
listBox1.ValueMember = "RegitrationNo";
How to get the valuemember using Linq query?
Reply
Answers (
4
)
Two Combo Box in GridView
tips for interview preparation 3 years experience .Net developer