开发者

How to create a neat AJAX enabled with ASP.Net MVC web application

I am new to ASP.Net MVC. I am trying to create a google type of search functionality for my drop down list, which has a hugh amount of data. It means when I type the characters the related search items will be 开发者_开发问答filtered. I am not finding the correct parth to do it in ASP.NET MVC environment.This is part of a Data entry form. The form has a submit button. Please guide me with some neat samples to do it.


I am not sure if you're actually looking to use the ASP.NET Ajax toolkit, but here are 2 great examples.

Using jQuery: http://flux88.com/blog/jquery-auto-complete-text-box-with-asp-net-mvc/

Using .NET AJAX: http://stephenwalther.com/blog/archive/2008/08/24/asp-net-mvc-tip-37-create-an-auto-complete-text-field.aspx


I'd highly recommend jQuery over ASP.NET Ajax. jQuery is simpler to integrate and has a "lighter" footprint.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜