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.

16 lines
508 B

<%@ Page Language="VB" %>
<%@ Register TagPrefix="obout" Namespace="Obout.Grid" Assembly="obout_Grid_NET" %>
<script runat="server" Language="VB">
Dim grid1 As Obout.Grid.Grid = New Grid()
Dim totalPrice As Double = 0
Dim unitsInStock As Integer = 0
Dim unitsOnOrder As Integer = 0
Sub Page_load(ByVal sender As Object, ByVal e As EventArgs)
grid1.ID = "grid1"
grid1.CallbackMode = True
grid1.Serialize = True
grid1.AutoGenerateColumns = False