473,657 Members | 2,458 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

dataGridView.Ro ws.Count and datagridview.Ro wCount

Hello all,

I want to display the number of items in an datagridview. I use this
one datagridview for different datasets.
The datagridview.Ro wcount works fine for the most of the dataset. But
there is one dataset which has more items
than the others and the Rowcount wont work. The result is all the time
0, but it should be something like 85.

// Datsource
this.dataGridVi ew1.DataSource = this.REMINDERBi ndingSource;
this.v_REMINDER TableAdapter.Fi ll(this.subnr.R EMINDER);

// Display number of items
lbl_row.Text = dataGridView1.R owCount.ToStrin g();
MessageBox.Show (this, dataGridView1.R ows.Count.ToStr ing());

Has somebody an Idea? Thanks in advance.

Greets
SePp
Jan 15 '08 #1
1 24959
On Jan 15, 11:05*am, SePp <C_o_z_...@gmx. dewrote:
Hello all,

I want to display the number of items in an datagridview. I use this
one datagridview for different datasets.

The datagridview.Ro wcount works fine for the most of the dataset. But
there is one dataset which has more items
than the others and the Rowcount wont work. The result is all the time
0, but it should be something like 85.

// Datsource
this.dataGridVi ew1.DataSource = this.REMINDERBi ndingSource;
this.v_REMINDER TableAdapter.Fi ll(this.subnr.R EMINDER);

// Display number of items
lbl_row.Text = dataGridView1.R owCount.ToStrin g();
MessageBox.Show (this, dataGridView1.R ows.Count.ToStr ing());

Has somebody an Idea? *Thanks in advance.

Greets
SePp
I have a solution....

I don't use the count for the datagridview I use the Dataset instead:

MessageBox.Show (this, this.dataset_na me.Rows.Count.T oString());

Thanks

Jan 15 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
32261
by: Rich | last post by:
Hello, I am populating a datagridview from a datatable and filtering the number of rows with a dataview object. Is there a way to retrieve the rows displayed by the datagridview into a separate datatable without having to loop through each column in the datagridview? Or is there a way to retrieve the rows from the original datatable filtered by the dataview into a separate table? I only want to copy the rows from the main table that...
6
49515
by: Terry Olsen | last post by:
I have two DataGridView's loaded from their respective datasources. I want to highlight rows in one DataGridView that are also in the other DataGridView. But the following code does not work. Looking for some suggestions: Private Sub ShowPlaylistSongsInLibraryGrid() For i As Integer = 0 To gridLibrary.Rows.Count - 1 For j As Integer = 0 To gridPlaylist.Rows.Count - 1
17
4576
by: pbd22 | last post by:
Hi. How does one return a range of rows. I know that "Top 5" will return rows 0 - 5 but, how do I get 6 - 10? thanks
0
1443
by: mdfayazi | last post by:
Hi I am Using Dataadapter for saving the manipulations when a user do to a datagridview , ie, adding rows deleting rows.updating rows. the problem is when Iam adding rows only first row values are saved in all the rows. update and deleting are working fine can any body help . I am having primary key as identity. and my select Command is having where clause in which the field is foreign key is this have any effect. Dim myBuilder As...
2
5952
by: colin | last post by:
Hi, I need to tell how many rows are visible on the screen, in my DataGridView control so that I can ensure my newly selected row is visible without doing any unecessry scrolling, I thought RowCount would give me this :- Summary: Gets or sets the number of rows displayed in the System.Windows.Forms.DataGridView.
15
1941
by: javatech007 | last post by:
I am creating a bank customer's details application. The information is stored on a Microsoft Access file and I was able to make the information appear on my VB application through text boxes and a DataGridView but I am not able to save,edit or delete records. Does anybody have any ideas. Below is my code. Public Class frmCustomerDetails Dim objDS As New DataSet Dim rowIndex As Integer = 0 Dim objConn As String =...
2
2033
by: Lloyd Sheen | last post by:
I am trying to find the event (if there is one) which occurs when a row is added to the DataGridView. The closest I can find is the RowsAdded event which says in documentation: Occurs after a new row is added to the System.Windows.Forms.DataGridView. OK then so I debug my code. I am adding 11 rows with a datasource and I get 4 occurences of the RowsAdded:
0
1228
by: lucoin | last post by:
as add imagecolumn to the datagridview which contains the photo path. the problem I have to click the button twice, then the picture comes. the code as follows. Dim ds As DataSet ds = AuctionComm.GetAuctions() dgAuction.Columns.Clear() dgAuction.Columns.Add(PhotoColumn) dgAuction.DataSource = ds.Tables("Auctions") RefreshRows(dgAuction) With PhotoColumn
3
5732
by: Andrus | last post by:
I have DataGridView in virtual mode containing 3500 rows. In code below, assigning to RowCount value to 3500 takes 8 seconds. CPU usage goes high at this time. Stepping by F11 into user code shows few celltemplate property getters and combobox/datecombo constructor calls without database access which does not take a lot of time. Debug output (below) shows lot of messages Stepping over non-user code. Running in release mode from...
0
8324
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8842
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8740
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8516
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8617
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2743
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.