Questions tagged as 'asp.net'

2
answers

How to resolve the "Could not create SSL / TLS secure channel."

In my project, I need to communicate with a WebService and send data to it. But when I do the wrapping and sending, it presents the following error:    "Could not create SSL / TLS secure channel.". Follow the code below: Method Call:...
asked by 14.09.2016 / 15:23
1
answer

Jquery MaskMoney asp.net Mvc

I use Jquery MaskMoney in my inputs to treat decimais , so far so good, but I noticed that when I type values above 1,000,00 But when the value is a thousand where the point (999.99) does not go, the value...
asked by 01.12.2016 / 18:09
2
answers

Problem to run IIS Express on my network

Hello I'm trying to run IIS do Visual Studio 2015 ASP.NET Empty Web site to work on my network so I changed this file    ... \ Documents and Settings \ Visual Studio 2015 \ Projects \ MyProject \   .vs \ config \ applicationhost.config...
asked by 02.09.2016 / 16:55
1
answer

How to use RegisterStartupScript one after the other?

Is it possible to use ScriptManager.RegisterStartupScript one followed by the other? I need to use one as tabChange(); and another to display the modal, but in case it only runs the first. Code: ScriptManager.RegisterSta...
asked by 23.12.2016 / 14:50
1
answer

Load a GridView with selected records

How to load a GridView into the WebForm with some rows already selected? I'm trying the following code but without success ... protected void BindGridAcesso(int idSenha) { Usuario usuario = IdentificadorUsuario.ObterDado...
asked by 22.08.2016 / 20:47
1
answer

WebAPI 2 Routing configuration web form application

For about 6 months I've been entering the MVC world, before I've used a lot of WebForms and I confess that I'm having trouble understanding how to configure the routes for a ApiController , so I noticed I can not have two equal queries (...
asked by 04.07.2016 / 15:59
2
answers

Database Server on Azure

I created a Azure database server in the US. Before my database was in Locaweb. At Azure, the bank's queries were slower. I tried to create a server here in Brazil, the creation option appears, but when I click create create an error message say...
asked by 14.04.2016 / 17:23
1
answer

Stored procedure asynchronous

When attempting to execute procedure asynchronously public async Task<ActionResult> Index() { Stopwatch watch = new Stopwatch(); watch.Start(); ContentManagement service = new ContentManagement(); var...
asked by 14.06.2016 / 20:25
1
answer

Problem saving information from DropDownList to the database

I'm having trouble saving information in the dropdown by btn-save I have a form of registration of real estate being that the information inserted in the dropdown occurs only when I save in another page (that would be) I can not save in the data...
asked by 28.09.2016 / 03:41
1
answer

How do I set Title in an 'img'?

Is there any way to set the title (Text) of component img to code behind ? <tr> <td colspan="7"> <img id="ProximoMes" src="../Images/Icons/dright.gif" /> </td> </tr>     
asked by 10.03.2016 / 14:14