dotnetgirl Posted January 12, 2004 Posted January 12, 2004 Hello, can any one tell me how to fire a query on a dataview so that i can filter the repeating values from it? Basically my dataview is having values from different masters. i ve filled in only one dataview instead of different tables with dataset. Quote
Moderators Robby Posted January 12, 2004 Moderators Posted January 12, 2004 Do you want to just filter the dv ? If so, use the RowFilter method. btw, any relation to http://www.DataGridGirl.com ? :) Quote Visit...Bassic Software
dotnetgirl Posted January 13, 2004 Author Posted January 13, 2004 Hi Hello Robby ! i m not the same as Datagrid Girl!! About the RowFilter property, what can be the condition to avoid duplicate values from rows. Out of 225 rows, only 5 distinct values for a column i ve to retrieve. what can b that condition? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.