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
swapna
NA
156
14.7k
data not binding in datatable in .net core 5.0
Mar 30 2021 9:05 AM
public static DataTable tdt()
{
DataTable dtn= new DataTable();
dtn.Columns.Add("col1", typeof(string));
dtn.Columns.Add("col2", typeof(string));
return dtn;
}
above is my dattable in .net core 5.0 but data not binding in my datatable.plz help
Reply
Answers (
1
)
datatable not binding entity framework core..pls help..
Delete record in abstract table using webapi