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/vb_integration_multilevel_c...

16 lines
581 B

<%@ Page Language="VB" %>
<%@ Register TagPrefix="obout" Namespace="Obout.Grid" Assembly="obout_Grid_NET" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.OleDb" %>
<script language="VB" runat="server">
Dim grid1 As New Grid()
Private Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
grid1.ID = "grid1"
grid1.AllowAddingRecords = False
grid1.AutoGenerateColumns = False
grid1.FolderStyle = "styles/style_9"