Exemplo n.º 1
0
        private void AddAttributes()
        {
            CssClass += " TxtAutoComplete";
            Attributes.Add("applicationid", ApplicationId.ToString());
            Attributes.Add("connstring", ConnString);

            Attributes.Add("table", SearchTable);
            Attributes.Add("search", SearchField);
            Attributes.Add("display", DisplayField);
            Attributes.Add("delay", Delay.ToString());
            Attributes.Add("minchars", MinChars.ToString());
            Attributes.Add("autofill", AutoFill.ToString());
            Attributes.Add("filters", Filters);
            Attributes.Add("noresultsmessage", NoResultsMessage);
        }