Questions tagged as 'gridview'

0
answers

Open modalpopupextender with user control inside

Good morning, I'm venturing into C # programming with webforms, meaning I have virtually no knowledge. My question is this: I have a gridview with 3 columns of clients (name, email, phone), and two buttons (Edit and Remove). I was able to config...
asked by 18.04.2018 / 15:25
0
answers

Execute event by changing text field focus

I have a text field inside a column of my GridView with the following code: <asp:TemplateField HeaderText="Teste"> <ItemTemplate> <asp:TextBox ID="txtTeste" runat="server" Width="100px" Text='<%#Eval("TESTE", "{0:...
asked by 12.04.2018 / 22:15
0
answers

Popular Jtable with DB data without using DefaultTableModel [duplicate]

I'm doing an entire project in layers and read somewhere that using DefaultTableModel is not very recommended. I am trying to receive values registered in the DB and fill a jTable with those values. Below are the defined classes. DAO Layer...
asked by 21.02.2018 / 16:38
1
answer

How to get values from the selected row in the gridview by clicking on 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 ThisisthecodeformyGridView<asp:GridViewID="GridView1" runat="serv...
asked by 10.01.2018 / 18:32
1
answer

How to remove table automatically generated from gridview in asp: TemplateField?

How to remove the automatically generated table from gridview in asp: TemplateField? I'm using a gridview like this <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false"> <Columns> <asp:TemplateField> <...
asked by 18.12.2017 / 12:44
0
answers

Importing column from GridView to TextBox

I'm creating an application in WindowsForm. However, when importing data from the GridView into the TextBox only one column displays the message:   An unhandled exception of type 'System.ArgumentException' occurred in System.Data.dll       A...
asked by 05.01.2018 / 03:03
1
answer

How to show in gridview data from firebase Storage using Picasso?

Good morning, everyone. My question is relative only to the display part of the GridView image. Look at the steps that are already working: I can upload to Firebase Storage. Each time an image is sent to the server your uri is saved in the...
asked by 05.01.2018 / 11:45
1
answer

compare datatable with gridview

My question is as follows: I have a gridview that I populate it with a data table of a table called "DiscountDate", however I need a button that when clicked it will go into another table named "sectors" and go through each row of the sectors ta...
asked by 21.11.2017 / 15:23
0
answers

GridView and Linq to SQL

I'm trying to change data in a GridView using a DataSource Linq to SQL Context: I created a table in SQL: BancoID int Autoincremento Banknumber char (3) BankName varchar (30) I created a Linq to SQL class and it includes access to this tab...
asked by 02.07.2017 / 16:21
0
answers

Save background and text in a database

My project is simple, a grid view, with several buttons, and in the click of them opens a popup with 3 options and in the click of them, arrows a text and a background in the button, but when I leave the activity and enter them, no are there, wa...
asked by 02.07.2017 / 20:23