Results 1 to 8 of 8

Thread: [2008] Help somebody anybody!!

Threaded View

  1. #1

    Thread Starter
    Addicted Member dani2's Avatar
    Join Date
    Feb 2005
    Location
    Sibiu.ro
    Posts
    191

    Question [2008] Help somebody anybody!!

    Can somebody explain to me why the following lines return different number?

    Code:
            
           Console.WriteLine(CType(dgv.DataSource, DataView).Count)
           Console.WriteLine(CType(dgv.DataSource, DataView).Table.Rows.Count)
    where dgv is a datagridview having a dataview as datasource.


    thanks
    Last edited by dani2; Mar 5th, 2008 at 07:51 AM.
    Home is where your Head is

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width