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.
 
 
 
 
 

9 lines
635 B

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="SwiftTextBox.ascx.cs" Inherits="Swift.web.Component.AutoComplete.SwiftTextBox" %>
<%--<link href="../../ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />--%>
<asp:HiddenField ID="aValue" runat="server" />
<asp:TextBox ID="aText" placeholder="Type to Search.." runat="server" CssClass="form-control"></asp:TextBox>
<asp:TextBox ID="aSearch" runat="server" CssClass="form-control" Style="background-color: #fff; display: none; position: relative; z-index: 999;"></asp:TextBox>
<script language="javascript" type="text/javascript">
<% =InitFunction() %>
</script>