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
siva nathan
950
828
233.1k
get no row count and column count from a list in linq c#
Aug 29 2020 3:13 AM
Hi all,
i have a below list
public class student
{
stdno int {get;set;}
stdname string {get;set;}
rollno int {get;set}
}
List<student>std=new List<student>();
my expected result is no of columns from a list
how can i get this
Reply
Answers (
2
)
List to export to excel with multiple sheets using EPPLUS C#
How to post image to another page