Hi, is there any way to do a Find / Locate on a DataSet? Because I need to do a ID field search on a DataSet... Thanks
"Paulo" wrote in message news:OGNk8tP4HHA.1188@TK2MSFTNGP04.phx.gbl... > Hi, is there any way to do a Find / Locate on a DataSet? Because I need to > do a ID field search on a DataSet... Google is your friend: http://www.google.co.uk/search?sourceid=navclient&hl=en-GB&ie=UTF-8&rlz=1T4GGIH_en-GBGB220GB220&q=DataSet+find -- Mark Rae ASP.NET MVP http://www.markrae.net
A dataset is made out of datatables. A datatable has Select method that does what you need. -- Eliyahu Goldin, Software Developer Microsoft MVP [ASP.NET] http://msmvps.com/blogs/egoldin http://usableasp.net "Paulo" wrote in message news:OGNk8tP4HHA.1188@TK2MSFTNGP04.phx.gbl... > Hi, is there any way to do a Find / Locate on a DataSet? Because I need to > do a ID field search on a DataSet... > > Thanks >