Questions tagged as 'asp.net'

1
answer

Doubt on .NET Framework 3.5 and ASP.NET MVC

I need to create an ASP.NET MVC application using the .NET Framework 3.5 following steps: File - > New - > Project, so I choose, Visual C # Template - > Web After .NET Framework 3.5 and APS.NET Empty Web Application ,...
asked by 28.03.2017 / 16:08
1
answer

ASP.NET C # DropDownList doubt

I have a module that generates reports in excel , one of these reports being the module called Occurrences. Where by DropDownList it informs me all the records of the OcorrTipoEntr table, which has the columns OctCodigo...
asked by 06.06.2017 / 02:15
1
answer

Open link in new window

How do I open a particular link, for example www.google.com in a new window without affecting what I'm using? I'm going to get this link when I run a method from a WS it comes in string format, so I have to open it to the user automatical...
asked by 07.03.2017 / 21:30
1
answer

Format GridView Time

Good morning, I have a field in the grid, which is populated from a SQL Time field (7). It appears like this on the grid: 15: 10: 51.1000000 But I would like it to look this way: 15:10:51, and in every way I try, it's not right, I tried th...
asked by 12.04.2017 / 13:18
1
answer

Is it possible to change values on the screen and send them to the server?

Work in an Asp.Net application where some values such as order prices and products are collected from the form. The final total of the request is made on the sum of the values coming from the form, the text / value property. My question is th...
asked by 07.02.2017 / 20:00
2
answers

Permissions management using Active Directory

I'm developing an ASP.NET C # application and at the moment I'm at the sign-in point that is almost finished. I'm using <authentication mode="Windows"></authentication> and a code that allows the application to verify that...
asked by 06.02.2017 / 12:51
1
answer

ASP.NET MVC & WEB API authentication with token

I have a question about the bearer token. I have two scenarios in my application. 1st is an admin panel that works with ASP.NET MVC and angularjs and the 2nd is the WEB Api that exchanges requests with a WPF application. My question is about the...
asked by 06.02.2017 / 19:25
1
answer

string was not recognized as a valid datetime

Hello. This problem is only occurring when I place the site on iis. I have tried several solutions, but I can not solve it. Below the code snippet where the problem occurs: public DataTable SelecionaConsulta(string dtaIni,string dtaFim) { re...
asked by 24.05.2017 / 20:49
1
answer

Concurrent Use in Asp.net Applications [closed]

I'm starting to study programming in asp.net mvc (and trying to follow the DDD) and with that, I had a question about competing use: Asp.net already performs this control for me or I'm the one who should to control this with Threads in all that...
asked by 12.10.2016 / 18:33
1
answer

How to do a Reset in a C # .aspnet GridView?

I have two different tables ( DataTable ) and need to use them in the same Gridview . But when I call Gridview on the screen it always assumes the value of the first table. Does anyone know how to make a Gridview that f...
asked by 17.11.2016 / 15:04