Questions tagged as 'c#'

2
answers

Problem with DOUBLE in Visual C #

The problem is that I need the DOUBLE not to print with scientific notation. How can I do that? What I want is that the result no matter how long it is printed.     
asked by 05.07.2016 / 01:00
1
answer

Search for fields in sql server 2008 from C # [closed]

My problem is this: I have a connection with a data base sql server 2008 which extracts a number (manufacturing order) only if that number is in the database, if the number is not found send me a Messagebox where it indicates th...
asked by 17.11.2016 / 16:41
1
answer

Equivalent to DESCryptoServiceProvider in Java [closed]

In C # I use the following object: DESCryptoServiceProvider dESCryptoServiceProvider = new DESCryptoServiceProvider(); Is there an equivalent in Java?     
asked by 01.06.2016 / 20:26
2
answers

To connect sql server with visual studio as I do I need help [duplicated]

How can I make the connection from c # with ssql server to do SQL queries Thanks     
asked by 18.02.2016 / 19:21
2
answers

Modal Bootstrap is only shown once as modal

I work in an ASP MVC application, I have the need to show an image in a Modal window using bootstrap, the modal window will be called from a cell in a table, this is my HTML to shoot the modal: <td class="celda"> <!--Aqui es donde m...
asked by 25.04.2016 / 18:18
1
answer

Applying automapper

Hi, I have a method in which I apply automation but I get the following error: Unable to convert the DGVdto type with SupplierExtend implicitly If both have the same properties. public class ProveedorExtend { public int Id { get; set; }...
asked by 26.04.2016 / 20:03
4
answers

how to select data from a datagrid

I have a datagrid and within that datagrid I have 3 columns, 2 of which receive the information from a database and the third one is typed by the user inside those columns I have several rows, what I want to do is that when I select a row that d...
asked by 21.07.2016 / 20:28
1
answer

Problem with Buttons and TextBox with the Title of the form

I have a problem with the buttons and a textbox, my intention is that in a textbox people write what they want and that is changed in the title of the form but I have no idea how to do it and the same with the buttons that people give a button a...
asked by 28.07.2016 / 23:16
1
answer

The variable is assigned but its value is not used

As the title says, I have a variable declared at the class level but it gives me that message but I do use it. public partial class TextBoxUniversal : TextBox { private bool Sombra; private bool _mTeclaPermitida = true; Mensaje de adve...
asked by 01.08.2016 / 18:50
1
answer

Error compiling the program. Error cs0168

Hello, when I compile a program and execute it, I always get the same error in Visual Studio. Although in the end the program is executed, it is quite annoying. Error message: 'Tanji.vshost.exe' (CLR v4.0.30319: Tanji.vshost.exe): 'C:\Users\an...
asked by 20.03.2016 / 17:29