|
-
Oct 17th, 2002, 11:09 AM
#1
Thread Starter
Addicted Member
HELP - filter woes
I've bound a datagrid to a dataset and subsequently trying to filter it using the following:
DsListProjs1.Tables("Table").DefaultView.RowFilter = "Client = '" & ddlClient.SelectedItem.Value & "'"
It comes back as an empty dataset - I checked the params are correct. Also,although I don't think I need to rebind I have tried that also!
Please help - I cannot figure it!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|