Most voted "gridview" questions
A Gridview is a control to display and manipulate data from a variety of data sources. A tag can be used for any technology.
Learn more…109 questions
Sort by count of
-
0
votes1
answer140
viewsDropdownlist The Name '' does not exist in the Current context
I have a gridview that lists the countries and depending on the selected list the cities of that country. <asp:GridView ID="gvRentalVendor" runat="server" AutoGenerateColumns="false"…
-
0
votes1
answer90
viewscompare datatable with gridview
my question is this: i have a gridview that I populate it with a data table of a table called "Discountdoclient", but I need a button that when it is clicked it goes in another table called…
-
0
votes1
answer28
viewsHow to remove the automatically generated gridview table from Asp: Templatefield?
How to remove the automatically generated gridview table from Asp: Templatefield? I’m using a gridview like this <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false">…
-
0
votes1
answer189
viewsHow to show in gridview the data from firebase Storage using Picasso?
Good morning to all. My doubt relates only to the display part of the Gridview image. See the steps that are already working: I can upload to Firebase Storage. Each time an image is sent to your…
-
0
votes1
answer2819
viewsHow to get values from the selected line in gridview by clicking the button
I need to make sure that when selecting a line and clicking the Approve button, the button takes all the values of the line and plays in a variable and then delete the line this and the code of my…
-
0
votes0
answers87
viewsPopular Jtable with BD data without using Defaulttablemodel
I’m doing a whole layered project and I read somewhere that the use of Defaulttablemodel is not very recommended. I am trying to receive values registered in the BD and fill a jTable with these…
-
0
votes1
answer105
viewsYii2 - How to sort gridview in a form [POST] without losing the filters using Windows arrayDataProvider
I have a form with 14 search fields and half of these fields are arrays, for this reason the form method is POST otherwise shows error (414 - Request URI Too long). I’m using the gridview to render…
-
0
votes1
answer61
viewsmaskMoney Jquery on Gridview
Guys I need to make a coin mask using Maskmoney where the Textbox comes from a dynamically generated Gridview or I don’t know how many lines there are in it. I’m doing it this way but it only works…
-
-1
votes1
answer40
viewsHow can I use Gesture with Gridview?
I need help when the user clicks on the image, open the corresponding page. import 'package:flutter/material.dart'; import 'package:health/page-health/doador.dart'; import…