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
lv prasad
NA
41
5k
Fetching multiple records using lambda-expressions in EF
Aug 23 2014 3:31 PM
Hi ,
How can i fetch multiple rows from a single table and store in a list object. by using Lambdaexpression.
Below is the Expression i am using form Single :
int sid = int.Parse(txtsearch.Text);
sample objsam = db.samples.Single(sa => sa.id == sid);
txtName.Text = objsam.Name;
txtAddress.Text = objsam.Address;
i want to fetch multiple rows from single table and store in a list object and i want to bind to Gridview.
Reply
Answers (
1
)
what are the disadvantages of telerik controls for asp.net?
Developing .NET obfuscator (freeware). Looking for feedback.