Questions tagged as 'gridview'

1
answer

Load GridView with variable data

I have 3 variables whose values are changed within a for loop. What I am trying to do is grab these values that are obtained in the variables and load them into a GridView. Here's what I tried to do, without success: protected void Page...
asked by 03.10.2014 / 19:59
1
answer

Include a search button inside a cell gridview c #

I have the following problem: I have a gridview on a Windows form system that I'm developing with C #. This grid will serve for the user to include items of a quote. In the product cell, where the user types the product code, I would like a b...
asked by 25.07.2014 / 15:52
1
answer

GridView - Items repeating at random

I have a grid view problem. This grid contains n products that are displayed on the screen, so the grid of some users have scroll. When there is no scrolling, the products are displayed normally, however when there is a random start. From wha...
asked by 15.09.2017 / 17:56
1
answer

Right-click Popup

I'm trying to make a popup by right-clicking inside a GridView . I am using the event MouseDown and the event MouseUp to make popupControlContainer appear and disappear. But how would you make it appear where the...
asked by 06.09.2016 / 16:06
1
answer

How do I retrieve data entered in GridView and then save it to the database?

On a certain sign-in screen, I have a GridView with some blank lines, so the user would have to enter the information on those lines, and then when clicking the save button, make the INSERT in the bank. p> How would you do when t...
asked by 31.08.2016 / 22:06
1
answer

How to get the value of a Dropdownlist to choose the action to execute

I ask your help in helping me put the following situation together: I have a structure in EF database first where I have a type that the user must select and after selecting this type in the dropdownlist it must trigger a corresponding action...
asked by 07.01.2016 / 17:59
1
answer

How to get the contents of the selected cell in the Grid QTableView in Python?

How can I get the content of the cell selected in a Grid of type QTableView in Python ? Here is the code below: __author__ = 'Dener' from PyQt4.QtCore import * from PyQt4.QtGui import * import sys class Model(QAbstractTableModel...
asked by 02.09.2015 / 01:01
1
answer

RowCommand VB.Net

I'm having the following problem deleting a line from asp:gridview . When I leave the code (key) visible="false" in gridview , the value returned in my variable Delete key comes empty . But when I leave visible="tru...
asked by 25.04.2015 / 13:54
2
answers

Count selected CheckBox rows in a GridView

How do I select a table ( GridView ), write and in the other GridView show the amount of CheckBox chosen from the previous table in the current table?     
asked by 02.07.2014 / 15:54
1
answer

Gridview Asp NET disappears the Sort after Click to perform Update

I have my Gridview developed manually, the problem is that when I click to make update my gridview stops being sorted and returns to normal. I intended this not to happen. Here's how it's set: protected void CarregaGV(...
asked by 27.06.2014 / 14:23