AJAX Forums

Google Suggest like Dictionary

This is a discussion on Google Suggest like Dictionary within the AJAX Articles forums, part of the Beginners AJAX category; This is an implementation of Google Suggest like dictionary in ASP.NET The architecture could be explained as outlined below: Concept The database ASP.NET page XMLHttpRequest object in the ...


Go Back   AJAX Forums > Beginners AJAX > AJAX Articles

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
Old 11-23-2006, 06:22 AM   #1 (permalink)
Junior Member
 
Join Date: Nov 2006
Posts: 25
Rep Power: 0 megabyte is on a distinguished road
Google Suggest like Dictionary

This is an implementation of Google Suggest like dictionary in ASP.NET

The architecture could be explained as outlined below:


Concept
The database
ASP.NET page
XMLHttpRequest object in the HTML page

As you type a word in the textbox, a JavaScript event fires an HTTP GET request to the ASPX page. The response from the ASPX page is simply displayed in a div tag under the textbox. The page is not refreshed/reloaded for every keystroke as everything is done by the JavaScript in the page. The main JavaScript object that allows us to do this is XMLHttpRequest. You could read about it from Apple's developer site here. This is supported by IE 5.0 +, Mozilla 1.0 + and Apple's own Safari 1.2 +. more...
megabyte is offline   Reply With Quote
Old 11-23-2006, 09:41 AM   #2 (permalink)
Member
 
Join Date: Nov 2006
Posts: 30
Rep Power: 0 Quozty is on a distinguished road
thats just what i needed , the only problem is, wrong language, im a php dude , but im sure the ASP concepts can be modifyed
Quozty is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
AJAX Jobs : online dictionary with extras by splife113 admin AJAX Freelance Jobs 0 09-16-2008 11:41 AM
AJAX Jobs : Urban Dictionary Clone by ibalina admin AJAX Freelance Jobs 0 07-07-2008 05:47 AM
Where can I download an English XML dictionary? ssfsx17 XML and XSLT 0 11-15-2007 05:52 AM
where can i download an english dictionary in xls or xml or txt format? Annie XML and XSLT 1 11-03-2007 09:31 AM
please suggest some websites for vbscript,asp dhtml&html? Anitha P XHTML and CSS 1 06-10-2007 08:28 PM


All times are GMT -4. The time now is 08:12 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5
Copyright ©2006 - 2008, AJAXwith.com