Questions tagged as 'asp.net'

2
answers

ASP.NET vNext in Apache

I've heard enough that ASP.NET 5 will work not only in Windows but also Mac and Linux. I would like to know if you have how to run ASP.NET 5 applications on the Apache server. I researched a bit but I did not find anything recent talking about t...
asked by 25.12.2014 / 02:01
3
answers

How to use the SelectedValue value of DropDownList?

Next, I have a table "animals" with field "sex" (varchar (1)). In it I hedge M or F, for Male or Female. Use detailsView to show / edit these fields and would like to have a DropDownList in the EditTemplate with the options Male or Female and...
asked by 08.03.2014 / 20:09
2
answers

How to add an 'ul' in an 'li' HTML element via C # code?

I'm going to have a list with multiple clients, and I wanted to add those clients to a ul element of the HTML element, you have to add those clients dynamically (since each search performed on the system can bring a number of clients) via...
asked by 16.09.2015 / 22:37
1
answer

What is the HttpHandler and HttpModule of ASP.NET?

What is the HttpHandler and HttpModule of ASP.NET? How do they work? How to use?
asked by 26.01.2017 / 16:26
1
answer

Change port or something else in IIS Express. Has as?

How can I change a port or something in Visual Studio 2013's IIS Express.     
asked by 11.07.2016 / 23:09
2
answers

ViaCEP does not populate user address data (Website on .NET platform)

I'm developing a web application on the .NET platform and thought of having the user type the zip of their address and automatically populate the textboxes with street, neighborhood, city, and state data. But in my code it does not work, I do no...
asked by 17.05.2016 / 01:46
1
answer

Decimal places c #

I have a variable of decimal type returning me the value 270.61864847349717630804948048 how do I return with only 3 houses after the comma, in case I pass 270.618 only. Thank you in advance     
asked by 12.04.2018 / 20:41
2
answers

Query with Datetime Sql and C #

I'm trying to get the patient back to me for a certain day and time in the following command: SqlCommand cmdSelect = new SqlCommand("select DISTINCT P.nome,P.codPaciente, M.codMedico, C.descricao from Consulta as C " + ", Medico as M, Pacient...
asked by 15.11.2018 / 21:19
2
answers

Automato for navigation in a WebForms application

Dear, it was not the first time nor last time that I needed to implement an automatic routine that accesses a Web site or system created in the WebForms platform to capture information. It has been extremely costly to make any form of automat...
asked by 04.04.2014 / 20:34
1
answer

Scheduled Tasks on the Web

In Google Inbox, you can create reminders and postpone them to a certain date and time. The reminder is then taken from the main screen and when that exact date and time arrives it returns to the. In this way, the system schedules a task fo...
asked by 20.11.2014 / 21:21