page 1 of 1
Comments: 2 | Views: 2494

I'm in the process of moving a domain registration system over to ASP.NET 2.0

One of the pages has the traditional domain lookup: the user enters a domain and it is checked server-side against a few extensions for availability or status...

Well, this works, but as you can guess, the user experience is sub-optimal if you have to check a lot of extensions or if one of the whois servers responds slowly...

What technique would you use to improve the user experience?
One thought I had is doing the server-sides lookups in several threads?
Or dynamically update the page when new results come in? (is that possible?  would that require the use of ajax?)
Does anyone have a small example of something similar or code sample by any chance?

page 1 of 1
Comments: 2 | Views: 2494