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

16 lines
549 B

<%@ Page Language="C#" 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="C#" runat="server">
string conStr_cities = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\\City.mdb;Persist Security Info=True";
Grid grid1;
DropDownList drp1;
void Page_Load(object sender, EventArgs e)
{
grid1 = new Grid();