Questions tagged as 'c#'

1
answer

How to execute and capture the output of a command line in C #

Person, is as follows. I have an application that works on the command line. This application receives parameters by command line, eg: program.exe [parameters] I want to make an interface where I run this application by passing the commands and...
asked by 25.07.2018 / 17:51
0
answers

give update in excel sheet with c #

I need to make a system that enters a website and enter the cpf, if cpf is registered in this site he can get the client's email and phone, after that impute this data in an excel worksheet. It takes the cpf's from a worksheet in excel as it...
asked by 25.07.2018 / 17:42
1
answer

How to make Asp.Net MVC application stop logging out, and stay logged in straight away?

I developed an application in Asp.Net MVC and this application when it is logged in and it takes some time without touching, when I am going to register, the system asks to log in again, I would like to know how to log in directly.     
asked by 25.07.2018 / 22:45
0
answers

How to rotate an element in C #

I'm creating a software that runs video with a 90 degree angle. I'm using the axWindowsMediaPlayer (plugin provided by winform). using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System...
asked by 25.07.2018 / 21:08
0
answers

WebService Sefaz Error 297 Recipient's Manifestation

I am developing a module of manifestation of the recipient next to the Sefaz. When sending with the Xml already signed I have the following return error: <cStat>297</cStat><xMotivo>Rejeicao: Assinatura difere do calculado<...
asked by 25.07.2018 / 21:03
0
answers

Ajax request with JSON-type parameter using Jquery 1.8.2

I'm trying to make an ajax request that sends a list of objects, but it seems that in this version of Jquery 1.8.2 (I can not update because the system is legacy and has many features using these versions), it seems that it does not recognize th...
asked by 13.08.2018 / 15:20
0
answers

Dries in the XML string, line break (\ n) sent whenever the field is empty!

I'm building a string that has an XML result, just below, and on receiving the other end, a line break character appears in the empty fields, I've already tried to use replace (), regex ... someone has a suggestion? StringBuilder Sb = new Stri...
asked by 13.08.2018 / 16:01
1
answer

Asp.net MVC form, no modal call after data validation

I tried to make the modal call through the ViewBag, but without success. I made a Debugg to see how the process was and in the final step that would appear the modal informing the user that "contains duplicate data", it does not execute. // C...
asked by 02.08.2018 / 16:31
0
answers

Run a bootbox.confirm inside an @Html.ActionLink

Good afternoon. I'm trying to use a modal for verification. (using the bootbox plugin). This is the js code. var Confirmacao = { Mensagem: function () { bootbox.confirm({ message: 'Exemplo para t...
asked by 01.08.2018 / 18:29
1
answer

Scan multiple checkboxes in a groupbox C #

Good morning !! I have several checkboxes inside the same form in GroupBoxes separated by question. I would like to scan all of those checkboxes that are inside the GroupBoxes where if checked S will not receive N and the result will be in a...
asked by 01.08.2018 / 14:55