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/Combobox/vb_ajaxpage_handling_errors...

16 lines
622 B

<%@ Register TagPrefix="oajax" Namespace="OboutInc" Assembly="obout_AJAXPage" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<%@ Page language="VB" Inherits="OboutInc.oboutAJAXPage" %>
<%@ Import Namespace="System.Xml" %>
<%@ Import Namespace="System.Data.OleDb" %>
<script language="VB" runat="server">
Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
ShowErrorsAtClient = false
ThrowExceptionsAtClient = true
Dim cbo1 As Combobox = New Combobox()
cbo1.ID = "cbo1"
cbo1.Width = 200
cbo1.Height = 225