473,406 Members | 2,387 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Intellisense in ASP.NET textbox

Hi,

Do you know how to implement intellisense behaviour in ASP.NET textbox.
Like in destination textbox at http://www.booking.com/ site?
It shows cities from all over the world and it works extremely fast.
I think it's some sort of partial callback?
When I save page i have list only of cities that match first letters. So
there is no big XML file.
Looking in cache i saw that each string i've entered it shows links
example http://www.booking.com/lookup.html?str=new (for new york)

Do you know if somebody sells component like this or have any other idea how
to do it?

Thanks a lot!
Sep 21 '06 #1
2 3862
Here is one with a VS2005 solution

http://blog.ourcurrentfuture.com/

HTH

Ciaran O'Donnell

"Samuel" wrote:
Hi,

Do you know how to implement intellisense behaviour in ASP.NET textbox.
Like in destination textbox at http://www.booking.com/ site?
It shows cities from all over the world and it works extremely fast.
I think it's some sort of partial callback?
When I save page i have list only of cities that match first letters. So
there is no big XML file.
Looking in cache i saw that each string i've entered it shows links
example http://www.booking.com/lookup.html?str=new (for new york)

Do you know if somebody sells component like this or have any other idea how
to do it?

Thanks a lot!
Sep 21 '06 #2
It is a callback. Probably using ajax. U can do this with ajax callback and a
bit of javascript. I think the latest atlas callback by microsoft also
provides such a control.
--
---------------------------
Thanks,
Ibrahim

Software Consultant - Web Development, GB
"Samuel" wrote:
Hi,

Do you know how to implement intellisense behaviour in ASP.NET textbox.
Like in destination textbox at http://www.booking.com/ site?
It shows cities from all over the world and it works extremely fast.
I think it's some sort of partial callback?
When I save page i have list only of cities that match first letters. So
there is no big XML file.
Looking in cache i saw that each string i've entered it shows links
example http://www.booking.com/lookup.html?str=new (for new york)

Do you know if somebody sells component like this or have any other idea how
to do it?

Thanks a lot!
Sep 21 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: dan | last post by:
I am working in C#. I want to know how I can get the extras to show up on the intellisense mouseovers. I get a name and type of the property like private string textbox.font But I do not get...
3
by: Sorin Sandu | last post by:
Where I can found some samples or everything with integrating something like Intellisense in aplications. I want to make something like Intellisense in a TextBox (windows forms application)....
2
by: Alvo von Cossel I | last post by:
hi, was visual c#' 2005 express edition beta 2 written in c#. if yes, does anyone know how to get the intellisense code into a textbox. i'm writing an HTML IDE and i want to know how to do it ...
3
by: Antonio Lopez Arredondo | last post by:
hi all !!!! I have two textboxes that should work like a dictionary or Intellisense do: user writes in the first textbox and while he writes text changes in the second textbox. how would...
1
by: abcabcabc | last post by:
I want a textbox control which support like-as IntelliSense feature to allow user select a word when inputting text. Is textbox control support it? Or Are there any third party control support it?
8
by: Michael.Suarez | last post by:
So I wrote a DLL in 2.0. An example of one of the funtions is: /// <summary> /// db_task..file_master_list /// </summary> /// <param name="panConnection"> /// Pass the PanApp.Connection object...
1
by: RLN | last post by:
Re: Access 2003 I found a method here in the newsgroup that works for clearing checkboxes, but don't understand a particular line of code and how it works. Here is the code: 1. Dim ctrl As...
2
by: Samuel | last post by:
Hi, Do you know how to implement intellisense behaviour in ASP.NET textbox. Like in destination textbox at http://www.booking.com/ site? It shows cities from all over the world and it works...
1
by: =?Utf-8?B?Sm9iIExvdA==?= | last post by:
i am creating a formula editor and would like to provide intellisense feature to the textbox in formula editor. does any one know how can i do that? thanks
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.