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
Guest User
Tech Writer
2.1k
469.8k
How to access data from your db using table in bootstrap asp.net mvc?
Sep 14 2020 2:32 AM
Hi Team
I want to access data, i have created table with header, but i want to filter that table with data from db. How do i do this in asp.net mvc using bootstrap. Here is my logic and need some help, below are the headers from my db, but i want to filter it with data from my db.
<table
class
=
"table"
>
<thead>
<tr>
<th scope=
"col"
>Id</th>
<th scope=
"col"
>Course</th>
<th scope=
"col"
>CourseLicence</th>
<th scope=
"col"
>Nickname</th>
<th scope=
"col"
>Term </th>
<th scope=
"col"
>EnrolledAs</th>
<th scope=
"col"
>Published</th>
</tr>
</thead>
</table>
Reply
Answers (
5
)
Validation Required
using stored procedure with parameters in rest api sql server vs 2015