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
diamond diamond
NA
133
55.3k
help to adding variable to list of string
Oct 28 2014 4:02 PM
Hello
I have such a code but it does not work. say db.count=0 and does not show its values.
var data_bot = bot_list.Intersect(da);
List<string> db = new List<string>();
db = data_bot.Select(sss => sss.ToString()).ToList();
Reply
Answers (
11
)
Display total no of record(rollno) from mysql database
c# window application deployment with database