In this tutorial I will explain how to
use Auto Complete Extender Example in Asp.Net.It will
work like Google Search box, when you start typing it will search words from
database according to prefix of word you typed in text box.
We can use Ajax auto complete extender to any text box to implement this and after
assign auto complete extender to text box and type more content than the
specified minimum word length, a popup will show words or phrases starting with
that value. Here we are implementing auto complete extender to fetch data from
the database through a Web service.


No comments:
Post a Comment