Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
How to store List<> into array in MVC
Dr.Ajay Kashyap
7y
193
1
Reply
i want to store category name in array for temporary use but value are remove
foreach (var i in ci)
{
string[] arrTeamMembers = new string[] { i.Category};
}
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Why my insertion is not working ?
how to bind dropdown list from the oracle data base in mvc