[thelist] ASP.NET: Finding Rows in a DataSet

Casey aspnet at thecrookstons.com
Mon Dec 12 16:25:18 CST 2005


On pages 629 - 632 of ASP.NET unleashed, it describes how to find rows in a 
cached datatable:

findData = dvwMyDataView.Find(var)

My question is, it seems that this searches all columns in each row for 
'var'.  How would we tell it to search only a certain column.  It is 
possible that 'var' may exist in multiple columns, and I need to know if it 
only exists in one.

Thanks!

Casey 




More information about the thelist mailing list