Questions tagged as 'datatable'

0
answers

Pass different DataTable to the same function in VB

Good morning, I need to know if I can do the following or how to do it, currently I sent in a function DataTable to complete or make a number of pending calculations, but now I need to pass the five or eight tables and I do not want to do...
asked by 08.09.2017 / 18:14
0
answers

how to remove a row from a gridview

I have 2 gridview on a page, the first is filled from a database and the second filled with the rows that I select in a checkbox, in each row of the gridview I have a button linked with a method to eliminate that particular row <asp:GridVie...
asked by 14.05.2017 / 04:37
2
answers

Define DataGridView column width when loading from a DataSet? [duplicate]

This works well for me List mascota = new List(); dataGridView1.DataSource = mascota; getEncabezado(); private void getEncabezado() { dataGridView1.Columns["idmascota"].Visible = false; dataGridView...
asked by 12.10.2017 / 15:20
1
answer

Paint datatable cell

I need help, in the information system in which I am working to list the information of workers' birthdays Datatable use but I need to paint the cells (The days that are missing to meet years) of the respective color bone: If less than or eq...
asked by 09.04.2018 / 16:27