AJAX search

P

Peter Morris

Hi all

I have a structure like so
Product 1---* Edition 1---* Collateral

I would like a search page on my site which allows the user to enter
keywords and see a list of thumbnail images (already PNG files on my server)
in the box below. What I would also like is the following

01: You cannot select Edition without a Product
02: Selecting Product will show the relevant Editions
03: Changing either of the above will change the search result thumbnails
04: Show results as the user types

I am using the new ASP MVC web extensions (latest release). I have never
even looked at Ajax. Any info (at all) will be most useful and very
appreciated!



Thanks


Pete
 
C

Cowboy \(Gregory A. Beamer\)

To understand AJAX in ASP.NET, look at these entries:
http://www.nikhilk.net/Ajax-MVC.aspx
http://blogs.msdn.com/simonince/archive/2008/01/23/ajax-support-in-the-asp-net-mvc-framework.aspx
(avoid wrap with http://tinyurl.com/2tww9f)
http://davidhayden.com/blog/dave/ar...meworkAJAXjQueryJavaScriptSerializerLINQ.aspx
(http://tinyurl.com/2sb8t9)

Not trying to talk you out of Microsoft MVC, by any means, but there is at
least one other MVC Framework (which supports AJAX):
http://www.codeplex.com/ProMesh

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top