You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/Grid/cs_master_detail_unlimited....

16 lines
484 B

<%@ Page Language="C#" %>
<%@ Register TagPrefix="obout" Namespace="Obout.Grid" Assembly="obout_Grid_NET" %>
<script language="C#" runat="server">
Grid grid1 = new Grid();
DetailGrid grid2 = new DetailGrid();
DetailGrid grid3 = new DetailGrid();
DetailGrid grid4 = new DetailGrid();
DetailGrid grid5 = new DetailGrid();
void Page_load(object sender, EventArgs e)
{
// Creating grid1
grid1.ID = "grid1";
grid1.CallbackMode = true;