Asp.Net Ajax Extension new List Search Extender
Posted on 4/4/2007 9:33:37 AM
in #Atlas
Hi
Another of the new controls in Asp.Net Ajax extension is the new ListSearchExtender. The List search extender helps us to search inside a list box or a dropdown list while the user is typing the characters. This can be a very good functionality if you have a list box with many values in it.
An incremental search is performed within the list box or the dropdown list based what has already been typed so far. The message displayed when the user clicks the list can be customized with the help of css class position.
We use the TargetControlID to define the dropdown list or list box the extender should work on. The prompttext property is used to define the text prompted when the control gets focus. We can also define the position and css class for the prompt message.
Thanks Vikram
|
Posted on 5/30/2007 12:27:04 AM
Hi,
I saw your code, It is easy to use. But I need your help for atlas
I am in .NET 1.1 how can i import atlas controls in .net, Plz guide me.
Thanks,
Lakshmanarayanan
|
Posted on 6/17/2008 1:00:32 AM
Hi,
This control is very much useful when we are having a lot of data. But I would like to use this control in .Net 1.1.
Plz guide me on this.
Thanks
Sailaja
|