searching a datagrid
-
Hi, How would I go about searching a Datagrid, displaying data and after finding the particular record, it should only display the entry found in that DataGrid. Secondly, How could I have a "CreateDate" and "LastUpdate" date in SQL with the getdate() function? Thanks Illegal Operation Making Computer Software Talk
-
Hi, How would I go about searching a Datagrid, displaying data and after finding the particular record, it should only display the entry found in that DataGrid. Secondly, How could I have a "CreateDate" and "LastUpdate" date in SQL with the getdate() function? Thanks Illegal Operation Making Computer Software Talk
There is an article may help your first Question http://www.codeproject.com/cs/database/GridEx.asp[^] Or there is another easy way: compare one by one with the search query with your record in datagrid. Then you can either display the Found record or highlight the record in table. :-D