Questions tagged as 'visual-studio'

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

Paint full row of a grid [closed]

I am here to consult the following, I use this to paint on the grid according to the condition I assign, but I am only painting that cell, I would like to paint the entire row, I was looking for information but I did not find if there was one I...
asked by 21.12.2018 / 22:49
1
answer

How to return values in a WCF web service

I'm doing this web method, and everything is fine until the moment when it will return the data, "It does not show them" and I do not know what is wrong with me. The controller works, the Repository works, the SP works, the matter is at the time...
asked by 11.12.2018 / 21:07
1
answer

Image animations

Hi, I created a stackpanel where I placed the images located in the same position, what I want is for each image to be shown one by one for 5 seconds. <StackPanel x:Name="derecho" Margin="250,50,40,50"> <Image x:Name="img1"...
asked by 30.12.2018 / 19:58
1
answer

Does anyone know why I get the datetime?

Some help I'm bringing with asp.net mvc the tables I call it with ajax     
asked by 16.11.2018 / 02:16
2
answers

Select control with AutoPostBack = true and OnSelectedIndexChanged?

I have some html controls that use runat="server" on the server side. The problem is that with the "Select" element when selecting an element I must execute code on the server to load data into other "Select" but I do not accept the AutopostBack...
asked by 15.11.2018 / 18:01
1
answer

How to uninstall IIS from Windows Server 2012 R2, to reinstall it?

I have a problem with IIS since I get an error with a message from the WebSocketModule module Error code 0x80070490 when I call it from localhost to test its operation. I have verified that the role of the IIS "Protocole WebSocket" appears as...
asked by 19.10.2018 / 16:13
1
answer

Save Image in SQL Server using PictureBox

Good morning, I am working with an application within C #, which works as an inventory for the teams within the company. I'm working inside Windows Forms. What I intend to do is keep the records of each computer, with its respective image for...
asked by 15.10.2018 / 20:12
1
answer

Compare two DataGridViews in C #

Hello World !, I have a small detail, from a button I am comparing two columns of two datagridviews. What I want to get is: From the DataDridView1 to get all the data that does not exist in DataGridView2 . What I really did is compa...
asked by 06.10.2018 / 19:48
1
answer

Run javascript function before executing a server function

I have a web page in C # ASP that when I press a button, it passes me to another page by calling a server method with onServerClick. I need to run a javascript on the page before executing the server method or that the screen does not refresh wh...
asked by 04.10.2018 / 09:55