Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

View autocomplete result in html-table

$
0
0

Hallo,

I have a question with the javascript function autocomplete.

<input type="search" id="doctor" name="DoctorSearch" />
    
<script type="text/javascript">
    $(function () {
            $('#doctor').autocomplete({
                    source: '@Url.Action("DoctorSearch")',
                    minlength: 0
        });
     })
</script>     

I would like view the results in a html table and not in a list with <ul> and <li>.

Have everyone a idea?


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>