开发者

Search text box corrosponding letter name should be ap

I have emp textbox. The textbox contain names.I want to enter some name in tex开发者_JAVA百科t box and corresponding entries should be visible. Please tell me anyone.


You need the ASP.NET Ajax AutoComplete control.


I think your are telling about autocomplete Feature. If Then You can Use AutoComplete Feature in many ways

  1. By Using AutoComplete Property of TextBox, Providing A collection object to it
  2. By hooking up KeyPress Event, If User Presses "Enter" Button You can do the retrieval

for Eg . txtemp_KeyPress() { Do Some Retrival Logic }

Sample Data Retrival With Autocomplete in c#

Sample Tutorial For AutoComplete

Documentation For Auto Complete

Hope i helped u in the problem

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜