Questions tagged as 'c#'

1
answer

C # Method and variable call

I'm doing a C + + in C #, I've done the question methods but when it comes to verifying the correct alternatives I'm not writing the punctuation at the variable points, what am I doing wrong? using System; using System.Windows.Forms;...
asked by 24.10.2018 / 04:14
1
answer

Error calling method in code behind [closed]

using System; using Treinamento.DTO.Global; using Treinamento.BLL; namespace Treinamento.WEB.Tabelas.cidade { public partial class Listar : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { GridView1.Data...
asked by 29.10.2018 / 13:20
1
answer

Is it possible to rewrite any code that uses pointers (C #) without using pointers in Node.js?

Is it possible to rewrite any C / C # code that uses pointers in a way that does the same thing without using them? My fear is more complex codes. The simple ones I believe do not have difficulties to rewrite. How could I replace pointers...
asked by 27.10.2018 / 08:46
1
answer

Opening a minimized browser in Windows Forms

I'm doing an application in Windows Forms and I have the following problem, when the user clicks on a form button, he will have to maximize a minimized internet page, that is, bring the browser window to the foreground and maximize it....
asked by 15.10.2018 / 14:33
1
answer

C # hash encryption

I was able to create a registry with encrypted password, but in the method of access (log in) I am in doubt on how to get the password entered and compare it with the password registered with encryption. Here is my code: class FuncionarioDAO...
asked by 16.10.2018 / 04:33
2
answers

Area does not work on the Locaweb server

I have a hosting in Locaweb and am publishing an mvc 4 app. But Areas does not work. Error:    Server can not access application directory '\ windows-pd-0001.fs.locaweb.com.br \ WNFS-0002 \ delavi4 \ web \ panel \'. The directory does not...
asked by 15.10.2018 / 01:32
1
answer

How to create OAuth2 Rediret URI using DropBox API in C #?

I can not connect to DropBox using Console Application of C# and tried to create Redirect URIs in profile of my app on Dropbox site, but I do not understand much. In my app, I have http registered...
asked by 22.12.2018 / 17:54
1
answer

c # how to store data from a text box from the first run

I'm doing a program that does bakcup in mySQL database. I have a screen where or soon with server, user, password and port used in the database. But I do not want to be typing every time I run the program, so I need the program to store some d...
asked by 02.10.2018 / 17:00
1
answer

Data not being loaded in the Table

Good afternoon, I would like to know how I can make my list of records be loaded into the table at the same time that the chart is loaded by AJAX, because currently in my model it shows that it has records but they do not appear in the table,...
asked by 20.07.2018 / 20:53
1
answer

Get a form variable and pull in the other form

Good evening,  I'm breaking my head on how to get the value of a form and store it in a variable so I can access that value in any other form. I tried already as the public static instantiating but I did not get success the return null value....
asked by 24.07.2018 / 01:43