开发者

Need AutoSuggest code sample with multi line like Facebook

开发者 https://www.devze.com 2022-12-09 11:50 出处:网络
I Need a AutoSuggest with multiline like Facebook for asp.net + c# web application. Suggestion items w\'ll be multiline (multiline for every Item) as bellow.

I Need a AutoSuggest with multiline like Facebook for asp.net + c# web application.

Suggestion items w'll be multiline (multiline for every Item) as bellow.


---------------------

School Name 1

City 1

--开发者_JAVA百科-------------------

School Name 2

City 1

---------------------

School Name 3

City 2

---------------------


I've tried to use ConvincingMail.AdvancedAutoSuggest.dll. It's working fine on LocalHost but not working on WebServer.

Please tell me a solution


You want the jQuery autocomplete plugin. Get it from here.

It's very easy to use. You just tell it which events it needs to fire on selected and when formatting each item. It hooks into a Generic Handler as well so can be completely async with server side code.


I would suggest the AJAX Toolkit AutoSuggest. And just use {SchoolName}<br />{CityName} as the data text field.

0

精彩评论

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

关注公众号