Questions tagged as 'c#'

2
answers

The input string does not have the correct format. C #

First of all sorry for so many questions that for many of you must be insignificant things I imagine, (apprentice mistakes say) The subject is like this: I have properties, each property has date ranges (start date and end date) I did the follow...
asked by 15.07.2016 / 23:03
2
answers

Concatenate several records in a chain to show it in only one? LINQ

I have a table called Technologys and each Technology can have one or more resolutions. What I want to do is show all the resolutions that a technology has in the same field. Example Tabla de tecnologias Nombre Descripcion Resoluciones...
asked by 14.07.2016 / 21:49
1
answer

Insert of c # with access

I have an error with the insert to the Access database, when I run the program and fill in all the fields and I click save it appears that it was saved correctly and does not show any error in the exception, and when I go to see in the database...
asked by 25.07.2016 / 04:44
2
answers

Make a filter in my listbox search by word

This is a program to show the xml in a listbox : public partial class Form1 : Form { List<string> list = new List<string>(); public Form1() { InitializeComponent(); LoadSprites(); list.Cle...
asked by 27.07.2016 / 20:39
1
answer

Drag and Drop Unity

I am starting with Unity in the development of a simulator for Smartphones for both Android and Ios, it is basically a drag and drop of objects to simulate actions. I followed some tutorials of movement of objects and actions but I need this to...
asked by 29.07.2016 / 16:55
1
answer

Apply the same class to several ActionLink elements in MVC C #

I need to apply the same class to many ActionLink elements to give it styles. At the moment I have this code: @Html.ActionLink("Panel de Administrador", "Registro", "Registro", new { @class = "enlace" }) @Html.ActionLink("Cargar Casa", "Create...
asked by 27.06.2016 / 05:04
1
answer

Re authenticate on facebook with unity c #

The problem I have is in simple theory, but I have not found a way to solve it. I can access FB with unity, post, view and use the information I need, all that part works well, all the information I use is stored in a local file on the phone....
asked by 14.07.2016 / 01:20
1
answer

Why do I mark Error in the matrices when assigning values in C #?

I have an error in my code, since I have two methods, one that is loading and another one that is the one of faults, the loading tells me how many employees are and their names and the method of faults should indicate me in case of that there wo...
asked by 24.09.2016 / 19:11
1
answer

Entity Framework map some properties

I have a sqlserver database from which I generate the corresponding models with EF. The problem arises because a table in the database for example users is dynamic, it may be that a record appears or not (Address). TABLE USERS with records: I...
asked by 20.07.2016 / 16:19
2
answers

Take value and assign to a radioGroup

How can I take the value of a query to radioGroup ?  Currently I have defined the radioGroup in this way: the value that I store in a table is the one found in inputValue : var chkTipoRRT = new Ext.form.RadioGroup({ id: 'c...
asked by 03.04.2017 / 16:29