Posted on: 7/17/2014 10:27:09 PM | Views : 396

I plan to build a 'dashboard' to organize log records using asp.net. I'll want to be able to sort the columns based on search phrases, drop down lists, according or aphabetical order, etc. These log records themselves are not related to any .net application, but are simply coming from an Oracle DB. I've constructed similar applications in PHP on Zend Framework using jqGrid (Javascript library). 
My question is, what is the best way to approach this in asp.net? Are there already 'sortable' table components within .Net? Should I do as I did with PHP and simply pass the data to jqGrid and let it do the work? 
Any suggestions are welcomed, thanks. 

Go to the complete details ...