Search results for query: *

  • Users: ObiJuan
  • Content: Threads
  • Order by date
  1. O

    Question Count rows on dataset with WHERE condition

    Hello, I have a dataset that I search using the dataset.tables("table").Select("WHERE clause") method to query. I then use a datarepeater to display the results. Is there a way to programatically tell if no results are returned? I'm aware of the Dataset.tables.Rows.count, but can this...
Back
Top