006 11:15 AM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: Re: [ADVANCED-DOTNET] How to set a RowFilter on a DataSource
This code worked for me. I was not using a strongly typed dataset, but
that should not make any difference here.
DataTable dt = ds.Tables[0];
DataView dv = dt.DefaultVie
-Original Message-
From: Block, Jeffrey A. (Jeff) [mailto:[EMAIL PROTECTED]
Sent: Thu 1/12/2006 9:38 AM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Cc:
Subject: [ADVANCED-DOTNET] How to set a RowFilter on a DataSource
Deta
Details: VS 2005 VB.Net
I have created strongly-typed datasets and dragged a grid to a form. Now, I
want to be able to filter the dataset displayed in the grid on the client.
I used to be able to set a RowFilter on the DefaultView of a DataTable, but
that doesn't seem to work, no errors, but no