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

  1. <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="SwiftTextBoxCustom.ascx.cs" Inherits="Swift.web.Component.AutoCompleteCustom.SwiftTextBoxCustom" %>
  2. <asp:HiddenField ID = "aValue" runat = "server" />
  3. <asp:TextBox ID = "aText" placeholder="Type to Search.." runat = "server" CssClass="form-control" ></asp:TextBox>
  4. <asp:TextBox ID = "aSearch" runat = "server" CssClass="form-control" style ="background-color:#fff;display:none;position:relative;z-index:999;" ></asp:TextBox>
  5. <div class="form-group row"><label class="col-lg-2 col-md-3 control-label" for="">Country: </label>
  6. </div>
  7. <asp:DropDownList ID="aCustom" runat="server" CssClass="form-control"></asp:DropDownList>
  8. <script language = "javascript" type ="text/javascript">
  9. <% =InitFunction() %>
  10. </script>