Posts by Arthur Leite • 45 points
4 posts
-
1
votes1
answer83
viewsA: How to format data extracted from datagridview to excel
From what I understand, you want to convert a list value dGVPhysical in the form 109.390,759. Assuming this value is a double and is registered as 109390.759. In this case you can use the method…
-
1
votes1
answer928
viewsQ: ASP . NET MVC - Windows Authentication - Browser Authentication Form
I am developing an ASP . NET MVC application whose access permissions will be managed from parameters set for users on Active Directory (AD). To search for this data from AD I developed methods that…
-
0
votes1
answer573
viewsQ: ASP . NET MVC - Using a @Html.Dropdownlist for two Actionresult
Hello, I’m developing an application with ASP . NET MVC and using the Epplus API for XLS export. In the View of an equipment report I have two @Html.Dropdownlist with Type of Equipment and Status…
-
2
votes2
answers2464
viewsQ: ASP . NET MVC and Javascript - Open modal with ID of the selected object in a list
INITIAL QUESTION I am working on an ASP . NET MVC project with bootstrap and need to open a modal for editing and deleting records from a list. The idea is not to leave the buttons next to each row…