List multiple records from the same table

Asked

Viewed 116 times

1

I need to make a screen to list multiple records of the same table being one in each field of this screen.

The project is web, in ASP.NET MVC and I use SQL Server as a database. This is not a CRUD, I just need to make this screen load these records in the fields and show them to the user.

Note: this is my first question asked here, forgive me if information is missing.

  • I didn’t understand your doubt?

  • Like, it’s a multi-textbox screen, right? And each textbox of this will display a record contained in a table. In total, the screen has 45 textbox and each of them will display a record of the same table. I need to know how to load all these records at the same time on this screen and display them to the user.

  • What you need to do is a basic CRUD? We need more details... whether the project is web or desktop, which database you will use, as much detail as possible about what you need to do. I believe that searching for a tutorial can help you a lot too.

  • It is not a CRUD. is a web project using Asp.net mvc architecture and the database is SQL server

  • Aspnet MVC or Webforms, better explain all this in the question.

  • Aspnet MVC, no Webforms...

  • Jordan put this information in the question please

  • edited the question

Show 3 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.