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_templates_dynamic_ddl.aspx

16 lines
621 B

<%@ Page Language="VB" ASPCOMPAT="TRUE" Debug="true" Inherits="OboutInc.oboutAJAXPage"%>
<%@ Register TagPrefix="obout" Namespace="Obout.Grid" Assembly="obout_Grid_NET" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.OleDb" %>
<script language="VB" runat="server">
Private conStr_cities As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\City.mdb;Persist Security Info=True"
Private grid1 As Grid
Private drp1 As DropDownList
Private Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
grid1 = New Grid()
grid1.ID = "grid1"