Page view counter

ZNet Asp.net 2.0+ Controls (Free !)



Submit a Review

331 Downloads

3,329 Views


Description

Extended GridView control with added functionalities - Grouping and Record indexing When we start writing apps in asp.net, we always get hold off if we miss some functionality that we desperately need to roll out the solution. And the case is true always when we write code with Asp.Net's GridView control... When i started with one of the developments (Web Portal), i was running into issues since i dont have those expected functionalities available in the classic asp.net 2.0 controls. I was being asked by the business owners to have grouping in the listing while display data. The only option left off is to go for third party components like infragistics and i have to shed dollars from my pocket to have it done. Having said that, i started thinking.. "Why can't i have a simple control extended from the classic to have those required functionalites instead buying..?". There i started..And i became successfull in delivering the solution .Now the control is complete and i have few more ideas to be incorporated within the control, but in future. The control is free to use and distribute with no restrictions and royality. The current version has only GridView with grouping functionality based on DataKeys and record indexing, all with CSS styles.... Visit http://znetcontrols.blogspot.com/ for more info..

Syntax Example

<ZNet:ZNetGridView ID="ZNetGridView1" runat="server" BackColor="LightGoldenrodYellow" BorderColor="Tan" BorderWidth="1px" CellPadding="2" DataKeyNames="ProductName,CategoryName" DataSourceID="SqlDataSource1" EnableGrouping="True" EnableRecordIndexing="True" FontBold="True" ForeColor="Black" GridLines="None" GroupHeaderBackColor="Navy" GroupHeaderCSS="" GroupingDataKeyIndex="1" RecordIndexColumnHeaderStyleCSS="" RecordIndexColumnItemStyleCSS="" ShowColumnHeadersInsideGroups="True" ShowHeader="False"> <FooterStyle BackColor="Tan" /> <HeaderStyle BackColor="Tan" Font-Bold="True" /> <PagerStyle BackColor="PaleGoldenrod" ForeColor="DarkSlateBlue" HorizontalAlign="Center" /> <AlternatingRowStyle BackColor="PaleGoldenrod" /> <SelectedRowStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" /> </ZNet:ZNetGridView>

Reviews

Submit a review

Microsoft Communities