$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
DataPager Skin in ASP.NET
Home > How to > DataPager Skins

All the UI controls provided by KT.UI for ASP.NET library can be set and take a new look and feel that can be customized by using control skin property with easy to use ASP.NET methods and online sample codes. DataPager control for ASP.NET AJAX goes in the same way by invoking and using skin property to take different and particular appearance.
DataPager skin control can be implemented as embedded web resources in ASP.NET for a very easy and convenient Visual Studio developing environment. Users just need to do drag and create PerDataPager control for ASP.NET AJAX from Visual Studio toolbox onto the web page and PerDataPager will use its default skin. In addition, PerDataPager provides a collection of available skins to let users choose any supportable skin style to create and enjoy an outstanding and special web pager.

How to Customize PerDataPager Skins

Users can easily customize and specify PerDataPager skin within ASP.NET application in Visual Studio 2010, 2012 or any later version. Users can choose to use the default skin of PerDataPager control or set your own specified skin. For using the control default skin, users just need to create a web ASP.NET application, and drag and drop PerDataPager control into ASP.NET AJAX project, and then the default skin can be automatically used. While for setting a particular skin, please see following step by step guides on how to set and customize PerDataPager skins within ASP.NET web application.
  1. First of all, please add the new CSS file to your web project;
  2. And then, you need to drag and drop the CSS file from the Project Explorer onto your Web page;
  3. At last, please set the EnableEmbeddedSkins property of the control as False.
ASP.NET AJAX UI Controls