Filtering Datagrids

krismadair

New member
Joined
Mar 13, 2006
Messages
2
Programming Experience
Beginner
Hey guys,

I am developing a VB.net 2003 application which is linked to an oracle DB version 8i i believe. My goal is simple to display a whole heap of data and have combo boxes which can filter that data. I was wondering the best way to do this...

I have written a similiar project in Access and all i did was apply the filter property to a continuous form, is there something similar in vb.net?

My current idea is simple to clear the dataset, dynamically compile a new sql string which includes the filterer which the user applied and then reload the dataset with the new sql string. Is this the best/only way to do this?

Cheers

Kris
 
Back
Top