C#: Search in datagrid
Hi,
I have a datagrid which contains many rows and columns already populated with records fetched from an XML. I wish to implement search functionality in this application. For this purpose i have used a text-box to ask for search-string and a button, upon clicking which search should take place. It should search for multiple rows, based on a particular column. Display should be the rows that match the search should be at the top followed by the remaining records. Doesnt matter whether the records matching the search are selected or not..selected preferred...
Visual Studio 2005
DotNet framework 2.0
Pls help if u can...
Regards,
Vivek
|