Questions tagged as 'c#'

0
answers

JavaScript accent problems - Asp.net Core

All text that I write in Portuguese in buttons, etc., has problems with accentuation in javascript. What do I need to do? //Trecho do meu arquivo _Layout <!DOCTYPE html> <html class="no-js css-menubar" lang="en"> <head&...
asked by 19.02.2018 / 22:19
0
answers

Consume Web Reference C #

I would like some help from you I added the Service via Web Reference NFSeBeloHorizonteMG.NfseWSService ws1 = new NFSeBeloHorizonteMG.NfseWSService(); ws1.Url = hostWS; X509Certificate certificado = cert.BuscaNroSerie(noSerieCert, false);...
asked by 19.02.2018 / 20:34
0
answers

How to read / open an FTP file via C #

My scenario is app where I need to open a file in .PDF; do not download it, I want to open it directly. I found several tutorials where they teach Uploads and Downloads, but none that show how to read direct.     
asked by 27.02.2018 / 20:04
0
answers

Doubts with XlWorkbook

I'm having trouble with my personal line of code; Can anyone help me? if (selecionarArquivo.FileContent != null) { //Esta dando erro na linha XlWorkbook nessa variavel. var wb = new XLWorkbook(selecionarArquivo.FileContent); var...
asked by 27.02.2018 / 20:59
0
answers

Create badge with rounded corners

I'd like to know how I can get my badge to be rectangular with rounded corners. My Badge <Grid xmlns="http://xamarin.com/schemas/2014/forms" xmlns:local="clr-namespace:Estapar.AppOperacional" xmlns:x="http://sch...
asked by 26.02.2018 / 23:49
0
answers

Upload a Grid in a view listing individuals and legal entities - Asp.net core MVC

I need to load a Grid in a view listing physical and legal entities, but I'm having difficulty because they are in different tables. I'll explain better: 1 - I have the classes Person, Person and PersonJuridica. public class Pessoa : En...
asked by 25.02.2018 / 12:21
0
answers

Process XML with specific formatting in webservice asmx

I'm working on an integration project and need to do a webservice (it has to be in .asmx) to process the XML of this request: POST /dSoapServiceSoapBindingService.asmx HTTP/1.1 Host: www.meusite.com User-Agent: gSOAP/2.8 Content-Type: applicat...
asked by 25.02.2018 / 04:39
1
answer

How to create an array with the same size as another array without copying it?

private void InversaoString(string Texto, int Tamanho) { char[] arrChar = Texto.ToCharArray(); char arrChar2; int indice = 0; for(Tamanho = arrChar.Length-1; Tamanho>=0; Tamanho--) {...
asked by 17.02.2018 / 19:08
0
answers

Show Total Order Value in View asp.net mvc

I have a View Index where I will show the name of the store the total order and add all orders and show the total value. I created a ReportAmazing. I can get the total of orders. In my table it is already right with the total value correto, but...
asked by 19.02.2018 / 16:34
1
answer

Error while backing up in wpf c #

I'm having trouble backing up my system. I'm using WPF with SQLSERVER 2008 , in this system I need to back up the data on the local machine of the client, so to create the directory of the backup on Disk C:\ . But he is returning...
asked by 19.02.2018 / 20:04