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
Joginder Banger
213
8.7k
1m
List add value
Dec 6 2014 4:01 AM
I want add the List value with the help of array of list.
string []s={"af","adsf"};
List<string> st = new List<string>();
st.Add(s.Select(aa=>aa).First().ToString()); //how can do this
I want no more Loop.
Reply
Answers (
1
)
hosptial management system
how to validate filename and textbox in asp.net using c#