Results 1 to 2 of 2

Thread: HELP - filter woes

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    165

    Unhappy 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!!

  2. #2
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    Dublin, Ireland
    Posts
    262
    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
  •  



Click Here to Expand Forum to Full Width