How to read Rows of a DatagridView through for loop
Hi, My application is in VS2008 coded in Vb.net.I have a datagridview which is populated from Database.I have a save button on the same form that has DatagridView. My requirement is i want that all the records that are populated in DatagridView should be saved in a certain table of the database when the user [...]
Answer Question
| March 31, 2012 2:56 PM
DataGridView, VB.NET 2008, Visual Studio 2008
Hi, My application is in VS2008 coded in Vb.net.I have a datagridview which is populated from Database.I have a save button on the same form that has DatagridView. My requirement is i want that all the records that are populated in DatagridView should be saved in a certain table of the database when the user [...]
How to use an object to travel data from one form to another
Hi, I have two forms.Both having DatagridView.There are two comboboxes to filter the record from Database and fill in Datagridview.My requirement is when all the data is populated in DataGrid after selecting the comboboxes and when the user clicks on Delete. The comboboxes and Datagrid on second form should have the same values as that [...]
Answer Question
| March 31, 2012 7:18 AM
DataGrid, DataGridView, VB DataGrid, VB.NET, Visual Basic .NET
Hi, I have two forms.Both having DatagridView.There are two comboboxes to filter the record from Database and fill in Datagridview.My requirement is when all the data is populated in DataGrid after selecting the comboboxes and when the user clicks on Delete. The comboboxes and Datagrid on second form should have the same values as that [...]
MaskedTextBox in DataGridView
How to do add MaskedTextBox into column of DaTaGridView??
Answer Question
| June 24, 2011 9:40 AM
DataGridView, TextBox, Visual Basic, Visual Basic 2005
How to do add MaskedTextBox into column of DaTaGridView??
To Access the details from gridview all row single cell
Hi friends, I have one gridview in which I bindinig data ,in gridview I have four BoundField and one template field in template field I put Insert Item template which contains Textbox . What is my requrement ? at the submit button click I want access all Textbox value and store into Database. If anybody [...]
Answer Question
| August 12, 2011 11:13 AM
.NET, ASP.NET, ASP.NET 3.5, DataGridView
Hi friends, I have one gridview in which I bindinig data ,in gridview I have four BoundField and one template field in template field I put Insert Item template which contains Textbox . What is my requrement ? at the submit button click I want access all Textbox value and store into Database. If anybody [...]
Limiting character input in specific cells on a DataGridView in Visual Basic.
I’m making a gradebook program (for a project) but I haven’t touched VB in years. Given it is a simple language, there’s still plenty of things I don’t know about it. At the moment I’m trying to figure out how to limit the characters a user is allowed to input in each specific cell (20) in a [...]
Answer Question
| February 21, 2011 3:34 AM
DataGridView, VB 2008, Visual Basic, Visual Basic 2008
I’m making a gradebook program (for a project) but I haven’t touched VB in years. Given it is a simple language, there’s still plenty of things I don’t know about it. At the moment I’m trying to figure out how to limit the characters a user is allowed to input in each specific cell (20) in a [...]
How to populate datagrid using store procedure
m trying to populate a datagridview using a store procedure called from a module but it is givign me some problem as in my module i use the Function as a bindingsource can someone help me here im totally lost
Answer Question
| February 1, 2011 10:20 PM
DataGridView, Stored Procedures, Visual Basic, Visual Basic developers
m trying to populate a datagridview using a store procedure called from a module but it is givign me some problem as in my module i use the Function as a bindingsource can someone help me here im totally lost
Formview from gridview in Visual Basic
How does one automate by clicking a row in gridview to show a form populated with the clicked row data in visual basic for windows not asp.net
Answer Question
| January 6, 2011 3:01 PM
Database, DataGridView, GridView, VB, Visual Basic
How does one automate by clicking a row in gridview to show a form populated with the clicked row data in visual basic for windows not asp.net
Gridview data in ASP.NET data table
how to get data in DataTable from gridview contain template column as textbox?the Datatable should contain the value enter in template column I used DataTable dtData=((DataView)GridView1.DataSource).Table; but given error as object reference not set for textbox in grid
Answer Question
| February 18, 2011 11:09 AM
ASP.NET, C#, DataGridView, GridView, GridView Control
how to get data in DataTable from gridview contain template column as textbox?the Datatable should contain the value enter in template column I used DataTable dtData=((DataView)GridView1.DataSource).Table; but given error as object reference not set for textbox in grid
Datagridview First Rows Not Consider or Skip
There is some mistake from my previous question hence once again repeat it. My problem is on datagridview i have populate combobox and amount column. and ColumnHeader/RowHeaderVisible property set to false. I have coding as below. private void dataGridView1_RowLeave(object sender, DataGridViewCellEventArgs e) { double dd = 1.768901; [...]
Answer Question
| October 6, 2010 2:42 PM
C#, DataGridView, Visual Studio, Visual Studio 2005, VS 2005
There is some mistake from my previous question hence once again repeat it. My problem is on datagridview i have populate combobox and amount column. and ColumnHeader/RowHeaderVisible property set to false. I have coding as below. private void dataGridView1_RowLeave(object sender, DataGridViewCellEventArgs e) { double dd = 1.768901; [...]
How to update a row in grid view?
how to update a row in grid view when changes made to database..
Answer Question
| September 16, 2010 11:09 AM
Access, DataGridView, GridView, GridView RowUpdating, VB .NET, Visual Basic .NET
how to update a row in grid view when changes made to database..
Display Datagridview
Vb.Net code for display content in Datagridview? Eg: “select * from table where name=’sss’ ” Output for this Quary Display in gridview….
Answer Question
| September 1, 2010 2:33 PM
DataGridView, GridView, VB DataGrid, VB.NET, Visual Basic, Visual Basic .NET, Visual Basic .NET Web services
Vb.Net code for display content in Datagridview? Eg: “select * from table where name=’sss’ ” Output for this Quary Display in gridview….
designtime gridview
i want to expect datagriedview in desingtime for one table wiit access backend
Answer Question
| July 30, 2010 7:38 AM
DataGrid, DataGridView, Visual Studio, Visual Studio 2005
i want to expect datagriedview in desingtime for one table wiit access backend
Datagridview 2008
When I edit datagridview cell and press enter it is going on next line cell. is it possible the after press enter the cursor in the same cell or in the same row but next cell ?
Answer Question
| July 29, 2010 4:57 AM
C#, DataGridView, Windows Application, Windows development, Windows Forms
When I edit datagridview cell and press enter it is going on next line cell. is it possible the after press enter the cursor in the same cell or in the same row but next cell ?
DataGridView – first cell appears blank when navigating bindingsource
Hi, In VB.NET I have a DataGridView bound to a BindingSource. If BindingSource’s position is changed, the first cell (0,0) in the grid appears blank. If I click in this first cell, the underlying value appears and it can get edited. The value in first cell also re-appears when I click in another cell but [...]
Answer Question
| November 2, 2009 4:03 PM
.NET Framework 3.5, DataGridView, Visual Basic .NET
Hi, In VB.NET I have a DataGridView bound to a BindingSource. If BindingSource’s position is changed, the first cell (0,0) in the grid appears blank. If I click in this first cell, the underlying value appears and it can get edited. The value in first cell also re-appears when I click in another cell but [...]
DataGridView – just clicking in a cell causes DataTable getChanges to report changes
Hi, I want to know if values in a DataGridView have been changed. But it seems that just by clicking in a cell (without changing any values) causes DataTable getChanges to indicate that changes have been made. How can I know that “real” changes have been made ? Thanks, docw
Answer Question
| October 15, 2009 6:37 PM
DataGridView, DataTable, getchanges, modifed, rows
Hi, I want to know if values in a DataGridView have been changed. But it seems that just by clicking in a cell (without changing any values) causes DataTable getChanges to indicate that changes have been made. How can I know that “real” changes have been made ? Thanks, docw
Filling data in datagridview in vs2005 with windows develpment
HI all I have a more than 80000 data in sql server 2008 in a single table. Then i have to show that data in datagridview. But the performance has very slow some time my machine hang. It has taking several minute. So i have to improve this performance could anybody help me. For information [...]
Answer Question
| August 10, 2009 6:56 AM
DataGridView, SQL Server 2008, VB.NET, VB.NET 2005, Visual Studio 2005
HI all I have a more than 80000 data in sql server 2008 in a single table. Then i have to show that data in datagridview. But the performance has very slow some time my machine hang. It has taking several minute. So i have to improve this performance could anybody help me. For information [...]
datagridview perform click
I have “walked” a collections of rows in my datagridview. I want to essentially do a PerformClick() on the row of my choice. How do I do that?
Answer Question
| August 3, 2009 9:27 PM
DataGridView, PerformClick, Visual Basic, Visual Studio 2005
I have “walked” a collections of rows in my datagridview. I want to essentially do a PerformClick() on the row of my choice. How do I do that?
Data Grid View Questions
Thanks Vatchy,that seems to work but i found a new problem that the combo box is responding after clicking at lest 2 times click on the scroll icon in right side. Can we do it in one click, if yes then how???
Answer Question
| May 8, 2009 7:31 AM
ComboBox, DataGridView
Thanks Vatchy,that seems to work but i found a new problem that the combo box is responding after clicking at lest 2 times click on the scroll icon in right side. Can we do it in one click, if yes then how???
Data Grid View Questions
How can i show the combobox in the datagridview collection. As when i opens a form which has datagridview collection ,it shows combobox as textbox but when i click on specific combobox then it shows that combo box
Answer Question
| June 24, 2011 9:22 AM
Collection, ComboBox, DataGridView
How can i show the combobox in the datagridview collection. As when i opens a form which has datagridview collection ,it shows combobox as textbox but when i click on specific combobox then it shows that combo box
Create report using Reportingservice, from a selected record from Datagrid
Is it posible to bind the data from a record to a report, by clicking on that record in a Datagridview. Please some example code. Thanks, Matthew
Answer Question
| May 4, 2009 4:29 PM
DataGridView, Reporting Services 2005, SSRS 2005
Is it posible to bind the data from a record to a report, by clicking on that record in a Datagridview. Please some example code. Thanks, Matthew





