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:...
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...
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...
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...
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...
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 (...
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...
When attempting to execute procedure asynchronously
public async Task<ActionResult> Index()
{
Stopwatch watch = new Stopwatch();
watch.Start();
ContentManagement service = new ContentManagement();
var...
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...
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>