Is the solution so tough as to no inputs or replies ??
Anyways, me too working on it..
Hope to get advice soon..
Thank you for the efforts, though..
User Profile
Collapse
-
data from gridview to database access
Hi again !!
I am making a widows application wherein i have a form containing two datagridviews..
The first one( named dgv1) consists of all the data from the database and a checkbox column..
While the user selects the rows using checkbox, the data are displayed in adjoining datagridview(na med dgv3)..
Now, the issue is that when i click submit button, i want the data in dgv3 to be inserted... -
Looping in Datagridview
Mine is a windows app. containing forms named BOM nd BOMSelected..
There is datagridview in BOM which contains checkbox column.. When the user selects checkbox, the selected rows should be seen in the datagridview of other form, SelectedBom..
I have coded but don't get it working.. Some error..
Can you please help ??
Your Help is greatly appreciated..
Here is what i have done... -
Looping in Datagridview
I have a datagridview with checkbox column in form1.. When the user selects certain rows with checkbox, I wish those selected rows be visible in datagridview in form2..
Here is what i did..
First looped through rows with j, in the rows, counted columns available via i and then, tried to obtain the checked values..
...Code:For j As Integer = 0 To Form1.dgv1.RowCount - 1 -
Datagridview and database
Hey.. I have a form consisting of datagridview and two buttons of update and load all.. I have used fillby method to obtain data from database. The query seems to be working fine, except that the data is not shown in the gridview.
As in, for the qeury, if the returned rows are 2, it will show 3 rows in the gridview, but all empty.
Here is my code.. Please help me !!
Vb.net and Ms Access 2003
...Code: -
Datagridview and ms access problems
Hello..
I am using MS Access 2003 and vb.net to develop a windows application of inventory management.
I have used datagridview in the form and using FillBytoolstrip option, can filter data using type.
But i have no idea as to how can i update the database to reflect the latest changes in the gridview.
Tried searching but could not find proper and organised answer.
Could you...
No activity results to display
Show More
Leave a comment: