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
Dinesh Santhalingam
NA
737
368.4k
How to add Item to a list in c#?
Jan 23 2017 4:32 AM
I have some Values. I want to add it to the list.
Ex:
List
<
string
>
mylist1
=
new
List
<
string
>
() ;
string
name
=
"dinesh"
;
Int
age
=
16
;
string bike="Hero"
mylist1.Add(Name,Age,bike);//can't able to add
How to rectify this error?
Reply
Answers (
6
)
How to insert the data to sql table?
How to create Excel file 31055.xlsx in application path