Questions tagged as 'c#'

2
answers

Pass data from a DATAGRIDVIEW to some textbox

I am working in c #, and I have data in a GRIDVIEW I want to know if it is possible that when selecting the row the textbox is filled automatically or if there is another one to do it?     
asked by 26.10.2017 / 03:07
1
answer

Doubt to show data in c # from an sp in oracle

Good afternoon I have a question related to ac # and oracle, well I have several procedures stored in an Oracle database (Oracle 11G) in several of these some with input parameters and others that only show everything (select * From name) , my q...
asked by 22.10.2017 / 22:56
1
answer

Change color of a cube when touched by a ray unity

Good afternoon, I'm doing an exercise where I have a "beam" created with Line Renderer and I want the block to change color when the beam touches a block. As shown in the picture the lightning comes out of the red block, but I want the white blo...
asked by 24.10.2017 / 15:49
1
answer

Problem with MongoClient in C # .NET

I have Mongo's dependencies needed for the project in VisualStudio 2017 Community but an error is generated when instantiating the MongoClient class Error:    Unable to load the file or assembly 'System.Runtime.InteropServices.RuntimeInfor...
asked by 20.10.2017 / 14:23
1
answer

How to add different options in several lines of a TextBox by selecting from ListBox VB6?

I'm new to Visual Basic 6 and I have a question, I've been trying for a while to make a ListBox that "prints" the selection of the list in a TextBox and I could not find the solution until today with one possible I created a command button with...
asked by 18.10.2017 / 13:44
1
answer

Load a Combobox from a consumed WebService list

Good I would like you to help me I'm doing is to consume a webservice that I return a list and those values add it in a combobox This is my Webservice public List<Combos> D_LlenarCombo(Int32 Opt, Int32 Id_Tipo) { S...
asked by 17.10.2017 / 02:43
1
answer

C # You can not implicitly convert a value of an attribute of a class

XML file with the parsing of a document based on constituents which can have nested nodes (sub-trees of any depth). <document> <wordcount>181</wordcount> <cputime>0.084678</cputime> <paragraph> <...
asked by 06.10.2017 / 15:23
1
answer

How to add prefix in each file

I'm looking for the easiest way to add a prefix to every file I have. The situation is that I have PDF files which are in several sub folders, which makes access difficult. But these sub folders belong to the same call reports. What I'm lo...
asked by 06.10.2017 / 13:14
1
answer

Query String is too Long MVC

I am being presented with the following scenario: I have an application in C #, I'm working with MVC, .Net Framework 4.5.2. When I want to run debug or release my program, I get the following error and message    HTTP Error 404.15 - Not Fo...
asked by 13.10.2017 / 20:26
1
answer

Pass elements from a Listbox to a two-dimensional array in C #

I want to calculate the average of this matrix but only classes, based on this matrix: 2 4 4 0 0 1 3 5 5 5 1 5 3 2 4 2 6 2 1 3 2 5 3 0 1 The first column indicates the number of the class that belongs to the row, the first row only indicat...
asked by 14.10.2017 / 01:28