开发者

Search text box corrosponding letter name should be ap

开发者 https://www.devze.com 2023-03-29 12:59 出处:网络
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 AutoComp

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

精彩评论

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