Questions tagged as 'asp.net'

1
answer

How to create a controller with data from another table in ASP.NET?

I'm not sure how to properly create an Employee Controller. The Official class is linked to three others, being CBO, Company and Department. So, in the database schema, they receive these three primary keys. My big problem then is that I'm no...
asked by 14.06.2018 / 09:45
0
answers

Repeater, Table, and Updatepanel - Not Working Correctly (ASP.NET)

I would like your help with Repeater, Table and UpdatePanel together in ASP.NET using C #. What do I need? I have category and items (with weight) and the user needs to set a note for that item. In CodeBehinde I add weight with note and I hav...
asked by 18.06.2018 / 17:14
1
answer

View select ASP.NET SqlServer

I'm giving maintenance to a controller and I'm getting the data from my database and trying to display it in the view, but I can not pass the select to the view, can anyone help me? select in a table or in normal text. Here is the code for my...
asked by 12.06.2018 / 20:32
0
answers

Field checkbox (Binding ViewModel) does not work in View - Asp.net Core MVC

I have a bool field "System Default" in which a Binding is done with its respective ViewModel. Whenever the view is loaded, it looks like false but when I go with Break Point, ViewlModel's field is true ... <divclass="col-md-5"> <...
asked by 09.06.2018 / 21:24
0
answers

Doubt AngularJS - DDD - Graphics

Good evening guys. I am developing a finance control application with revenue, expenses, transfers between accounts, reports and graphics in angularjs + webapi + ddd + automapper + injection of dependencies to study new technologies, as I cur...
asked by 06.06.2018 / 03:52
0
answers

How to load 10 in 10 records on a table using PagedList in Asp.net MVC Core?

I have a table that will contain 300,000 records and I need to create a smart paging and performance. I found many tutorials on the net that teach paging using PagedList, but in all cases, all the records are loaded and then pagination is done....
asked by 06.06.2018 / 01:45
0
answers

Error in asp.net linked to sqlserver

I have this code: <head runat="server">                    <div class="barraCima"> <img class="simbolo" alt="icon" src="images/doctor.png"/> </div> <div class="main"> <div class...
asked by 11.06.2018 / 21:17
0
answers

Good practices Asp.net Core MVC: Create a DropDown for a current record to be used globally throughout the system

I'm having a question: I'm creating a back-end system in asp.net core mvc and in my _Layout.cshtml I need to create and load a dropdown listing all the system's BRANCHES so that the user can select the branch he wants to manage. This selected br...
asked by 01.06.2018 / 01:54
0
answers

FileUpload file format saved on database sql server 2008 with type Image

I have a problem finding the right encoding for a file that is saved to the database through FileUpload from asp.net on sql server 2008 with type Image. I need to migrate a web system to an Android application using a webservice in asp.net for c...
asked by 30.05.2018 / 15:02
0
answers

Calling a page in another ASP.NET-core

Good morning, I have a page of schedules, which works perfectly, however in this page edit, I need to call the page Schedule Item Index, I'm trying this way on the EDIT page: <div class="row"> <div class="col-md-offset-2 col-...
asked by 30.05.2018 / 14:57