Questions tagged as 'visual-studio'

1
answer

Insert data from a DataGridView to SQL in c #, Visual Studio

I am making an application that records the daily information of what was done on a farm during the day. The grid shows something like that. Where I have to enter information from the data grid to the database. But the size of the rows va...
asked by 19.09.2018 / 21:41
0
answers

Assign a role to a user when registering Asp.NET MVC

I am developing an application in Visual Studio 2017. I am using Membership as it is. I need the application to show the views according to the type of user, that would be with the roles. What I need is for the user to register to select the typ...
asked by 02.09.2018 / 23:20
2
answers

Open a form from the main one and modify a principal variable without creating it again

using visual studio I need to modify a variable that exists in the main form from a secondary one. To move from the main to the secondary I used the ShowDialog property to avoid closing the first because the secondary was small and I use it o...
asked by 20.08.2018 / 19:01
0
answers

How to consume Qualtrics REST API in C #?

I am starting a new project and I am new to this, what I want to do is use the REST API of Qualtrics , which is a page of surveys, so you will find different URLs containing your API, the documentation explains how to make the structure of the...
asked by 20.08.2018 / 03:31
0
answers

POO Encapsulation C #

I'm doing a modularity exercise in which I want to put in practice the encapsulation of data and methods. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Modul...
asked by 29.08.2018 / 01:29
0
answers

Error trying to assign result to object

When I try to assign values to an object from a deialized result (from an API, JSon). I get the following error: Unexpected token while deserializing object: PropertyName. Path 'studentID'. Here is part of my code: resultJSonRequest = re...
asked by 14.08.2018 / 20:17
0
answers

Does Git not have permissions when initializing repository in VS code?

I have a linux mint and I have installed Xampp, the folder of my web page is housed in a directory that only has root execution and modification permissions, and I do not know how to give the permissions to git so that it can initialize reposito...
asked by 19.08.2018 / 05:11
0
answers

I do not get the .net framework data provider for sybase 17 in visual studio

I'm trying to make a connection but there is no net framework data provider for sybase 17 and I have not found a way to install it     
asked by 08.08.2018 / 21:51
0
answers

Error in the userEntry.Invoke

I have a code to change the passwords of the active directory from the web, it seems good, but when executing and debugging the code, in the line of userEntry.invoke goes by catch and the exception says: "    An exception occurr...
asked by 16.08.2018 / 21:56
1
answer

visual studio does not save the changes in the frontend

visual studio does not update the changes, but it only happens in the frontend, when I change css rules or javaScript files     
asked by 14.08.2018 / 16:49