Questions tagged as 'c#'

1
answer

Style DataGridRow WPF

I have a DataGrid with a DataGridTemplateColumn , a other columns that are loaded dynamically, I'm trying to change the background when the property Eliminado is in true , but it has not worked for me way. The...
asked by 18.11.2016 / 16:28
2
answers

Problems with DevExpress

What happens is that I'm working on a web application that includes DevExpress in version 15.1.7.0 and I get an error when compiling:    Compiler error message: BC30009: Reference is required   to the assembly 'DevExpress.Data.v15.1, Version...
asked by 14.11.2016 / 21:58
1
answer

Script is disabled when the scene starts - C # Unity2d

I have been trying to solve the error for hours, I have a script which I use to pass information between scenes, like the character I selected in the character selection scene that I have created. All this works, but the script is disabled when...
asked by 14.11.2016 / 20:21
1
answer

Alert with ajax in c #

Good, I would like to know how I can make an alert appear when I press a button, but with ajax (using jquery better), that is to say without recharging the page. The code that I have now with which I reload the page is the following: prot...
asked by 25.12.2016 / 02:21
1
answer

Convert .odt to plain text in C # [closed]

Is there a way to convert an OpenDocument file (odt, ods, odp) to plain text in C #? I've been searching for days and I have not found anything that is free.     
asked by 02.11.2016 / 12:43
1
answer

Get the location of a selected file with OpenFileDialog in c #

good day I need to get the location of a file selected with OpenFileDialog in c # and put that location in a string variable, I appreciate your help     
asked by 27.10.2016 / 00:25
1
answer

Refresh list item c #

I am filling an object of type Celda public class Celda { [DataMember] public int celda_id { get; set; } [DataMember] public string celda_codigo_empresa { get; set; } [DataMember] public string celda_modulo_codig...
asked by 26.10.2016 / 20:14
1
answer

Unity and C #. Change FontSize of a JSON text

Within OnGUI() I have: GUILayout.BeginArea(new Rect(75, 500, 900, 200)); Inside, I take the JSON and show its contents: GUILayout.Label(json[0][0][textInComp][0].Value, GUI.skin.textArea); And I finish: GUILayout.EndArea();...
asked by 20.10.2016 / 10:17
1
answer

Click on a Chart Control in ASP: NET

I have defined a Chart that is called chart11 and I give it data in the following way using the load of the control protected void Chart11_Load(object sender, EventArgs e) { List<byte[]> Datos11 = new List<byt...
asked by 19.10.2016 / 17:29
2
answers

How to get the Id of the last record inserted in MongoDB and C #?

I'm working with MongoDB and c #, this is the way I insert Data. My Class Employees public class Empleados { public string Nombre{ get; set; } public string Direccion { get; set; } } Button Method Empleado...
asked by 13.12.2016 / 22:46