jump to navigation

Sorting Datatables for Additional Processing June 13 2005

Earlier I mentioned a way of sorting data tables / data sets by using the DefaultView and the sort property. This works great if you are done with your data! If you need to process your data even further however, sorting by a view will only take place once the data is bound to the control. This means you won’t be able to manipulate the sorted data as expected.

Enter the “Select” property.

Datatables have a property called select which allows you to filter the rows in the datatable fairly quickly. Just re-direct the result of the Select …

New Search Engine Testing Ground June 09 2005

I have put up the first section of my new search engine testing ground. The whole point behind the experiment is to see if we can get top ranking pages for very little work.

Please find the experiment Mr. Google at Search Engine Science

Please don’t blacklist me Mr. Google for this little experiment. It is after all, freedom of blogging :)