ListView
provides developers with a much needed breath of fresh air with respect to simplifying HTML complexity when a data bound grid control is needed. The ListView
enables developers to have full control over generated HTML, yet have simplified data binding, custom paging, and column sorting features.While column sorting is provided with
ListView
, a clear indication as to which column has been most recently sorted is not provided. There are many techniques on the Internet for providing DataGrid
and GridView
column sort indicators. The purpose of this posting is to provide a custom control for providing a ListView
column sort indicator.Click here for details .....
No comments:
Post a Comment