Questions tagged as 'c#'

0
answers

error in "Url" ajax "url: '/',"

When JavaScript is executed the Url is replaced by "url: '/'," so it is impossible for me to return the values from my controller to the script Does anyone know what is causing this problem? Code: <script type="text/javascript">...
asked by 05.05.2018 / 20:30
0
answers

Formula with grouping in Crystal Report

I have a problem that I could not solve to generate a report in crystal report with c# . Assuming I have the following table in sql server - A B C D - G 3 2 1 - G 5 6 7 - Y 2 5 6 - Y 3 2 3 Which I am interested in ge...
asked by 27.04.2018 / 18:50
0
answers

Error sending PHP request, C #

I am developing an application in C # that connects to a web service but when I try to send the data via POST I get an error in my application in C #:    System.Net.Http.HttpRequestException: Error sending the request.   --- > System.Net.W...
asked by 09.05.2018 / 15:01
0
answers

checkedlistbox but just pass me the last one to the datagridview

Good afternoon I am trying to pass the captured data of checkedlistbox but only pass me the last one to datagridview In DataGridView just attach the database with datasource . and this is my registration co...
asked by 26.04.2018 / 18:24
0
answers

How to recover Friendly URL in ASP.Net

I had problems with AJAX in my project (I did not take it directly), to fix it I had to modify this line settings.AutoRedirectMode = RedirectMode.Permanent; within my ~/App_Start/RouteConfig.cs . Replace it with the following lin...
asked by 14.05.2018 / 05:14
0
answers

Repeated service request with options

The code makes the request to the service only once: however the service is called twice by the WEB page, the first time with Request Method: OPTIONS (with empty response) and the second time with Request Method: GET (with the response of the...
asked by 14.05.2018 / 05:39
2
answers

What method can I do to invert the first element of the stack at the top of the stack?

class Program { class Nodo { public int info; public Nodo sig; } private Nodo raiz; public Program() { raiz = null; } public void Insert...
asked by 17.04.2018 / 01:46
0
answers

Hyper-V Cluster - Shared Disk replication througth WMI

First of all to thank for this wonderful forum, it has saved me more than 100. To introduce a little the problem that I have, I will start by explaining the infrastructure in which lies the error. We have a client that currently has 4 Hype...
asked by 16.04.2018 / 10:03
0
answers

The "GenerateJavaStubs" task failed unexpectedly

I am using Xamarin.Forms with local database sqlite-net-pcl, I created a cross-platform project for Android, IOs and two other DLLs to create the classes of the engine and access. I have been running the project without problems but today I got...
asked by 10.05.2018 / 13:00
1
answer

How to redirect from one webform to another outside of my current folder?

If I'm redirecting to a page like this: project / webform2.apx But I want you to direct me from the webform2 outside the project folder, how do I do it?     
asked by 09.05.2018 / 20:22