Posts

Showing posts from December, 2008

Easy Nested Datagrid

Nested Grid Example ASPX Page <asp:datagrid id ="dgBids" onItemCommand ="commandDGBid" headerStyle-CssClass ="tdheaders" cellpadding ="5" runat ="server" autogeneratecolumns ="false"> < columns > < asp : BoundColumn dataField ="company" headertext ="Company"></ asp : BoundColumn > < asp : BoundColumn dataField ="bidID" visible ="false"></ asp : BoundColumn > < asp : ButtonColumn buttonType ="LinkButton" dataTextField ="bidid" CommandName ="bid" headertext ="Bid"></ asp : ButtonColumn > < asp : BoundColumn dataField ="seasondesc" headertext ="Season"></ asp : BoundColumn > < asp : BoundColumn dataField ="style" headertext ="Style"></ asp : BoundColumn > < asp : BoundColumn dataField ="styledescription"