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

16 lines
663 B

<%@ Register TagPrefix="oajax" Namespace="OboutInc" Assembly="obout_AJAXPage" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<%@ Page language="c#" Inherits="OboutInc.oboutAJAXPage" %>
<%@ Import Namespace="System.Xml" %>
<%@ Import Namespace="System.Data.OleDb" %>
<script language="C#" runat="server">
public void Page_Load(object sender, EventArgs e)
{
ShowErrorsAtClient = false;
ThrowExceptionsAtClient = true;
}
// This method loads the words from the database and creates and XML string
// The XML string will be used to add the options to the combobox