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.
 
 
 
 
 

11 lines
634 B

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="SwiftTextBox.ascx.cs" Inherits="JMEAgentSystem.Component.AutoComplete.SwiftTextBox" %>
<asp:HiddenField ID = "aValue" runat = "server" />
<asp:TextBox ID = "aText" runat = "server" CssClass="form-control"></asp:TextBox>
<asp:TextBox ID = "aSearch" runat = "server" style = "background-color:#BBF; Width:100%; display:none" CssClass="form-control"></asp:TextBox>
<script src="/Scripts/jquery.min.js"></script>
<script language = "javascript" type ="text/javascript">
$(document).ready(function () {
<% =InitFunction() %>
});
</script>