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
Bala Murugan
NA
159
13k
Using LINQ am searching with a textbox (integer value)
Dec 13 2013 1:38 AM
Am getting an error
cannot implicitly convrt type int to IEnumerable
CODE
var searchid = textBox1.Text.Trim();
var quer = (from p in std.student
where p.StudId.Text.ToString(quer)
select p).Count();
dataGrid1.ItemsSource = quer;
Reply
Answers (
4
)
wpf
WPF Ribbon tab problem