|
-
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!!
-
Oct 17th, 2002, 06:50 PM
#2
Hyperactive Member
Does the value have a number in it or text? Perhaps you mean to just filter on the text value of the selecteditem which would mean not including the value property.
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
|