DataView Row Filer Method

  • Thread starter Thread starter Eligio F. Villanueva
  • Start date Start date
E

Eligio F. Villanueva

I tried to filter my grid data with this:

Dataview.RowFilter = "dblAmount LIKE '6%'"

and this message comes out:

"Cannot perform 'Like' operation on System.Decimal and System.String."

Is there a way that i could filter the value of my amount?


Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top