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
573 B

<%@ Register TagPrefix="oajax" Namespace="OboutInc" Assembly="obout_AJAXPage"%>
<%@ Page Language="C#" Src="cs_livesearch.aspx.cs" Inherits="cs_livesearch"%>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<%@ Register TagPrefix="obcal" Namespace="OboutInc.Calendar2" Assembly="obout_Calendar2_Net" %>
<html>
<head runat="server">
<script language="JavaScript">
// this function opens the combobox each time a user types something
function openCombobox() {
cboLocation.open();
}
function Search()
{