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?
– novic
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.
– jordan
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.
– Ana Carolina Manzan
It is not a CRUD. is a web project using Asp.net mvc architecture and the database is SQL server
– jordan
Aspnet MVC or Webforms, better explain all this in the question.
– novic
Aspnet MVC, no Webforms...
– jordan
Jordan put this information in the question please
– novic
edited the question
– jordan