<asp:Panel ID="pn_orders" runat="server" ScrollBars="Both" Height="350" Width="500">
<asp:GridView ID="dgOrders" runat="server">
</asp:GridView>
</asp:Panel>
If you rather to use DIV tags, there is a great web site where you can find a simple example:http://www.dnzone.com

No comments:
Post a Comment