hi
i have a datagridview in my form . a datatable (DataTable1) with 50 rows , is its Data Source . (dgv1.DataSource=DataTable1)
i want to show only 5 rows of the end of this datatable in datagriview.
what should i do ?
i have a datagridview in my form . a datatable (DataTable1) with 50 rows , is its Data Source . (dgv1.DataSource=DataTable1)
i want to show only 5 rows of the end of this datatable in datagriview.
what should i do ?