textbox for searching in listbox
-
Hello I have a listbox that I populate with ma BD(c#), since the list is long I want to introduce the search. I like to use a TextBox when if I write the word it will be automatically selected in list box Thank you for helping me.
So, Why you are not going for
AJAX ListSearchExtender
ListSearchExtender[^]Cheers ! Abhijit Jana | MVP Web Site : abhijitjana.net | Follow Me @ twitter Don't forget to click "Good Answer" on the post(s) that helped you.
-
So, Why you are not going for
AJAX ListSearchExtender
ListSearchExtender[^]Cheers ! Abhijit Jana | MVP Web Site : abhijitjana.net | Follow Me @ twitter Don't forget to click "Good Answer" on the post(s) that helped you.
-
Hi; Thank you very much Abhijit Jana . I never used ajax controls,their coding is the same as those of visual studio?
See before using AJAX in your web application make sure what is your requirment is. You can do the same using javascript also, I suggested AJAX because using that you can do it easily. You can go through some video from here to understand better http://www.asp.net/web-forms/ajax[^] Let me know if you need any more help :)
Cheers ! Abhijit Jana | MVP Web Site : abhijitjana.net | Follow Me @ twitter Don't forget to click "Good Answer" on the post(s) that helped you.
-
Hi; Thank you very much Abhijit Jana . I never used ajax controls,their coding is the same as those of visual studio?
Ohh. I found few ready solution for you :) This is exactly what you are looking for :) Search ListBox items using JavaScript [^] And If you want to use AJAX Searching a ListBox or DropDownList using the ListSearchExtender Control using ASP.NET AJAX[^] :thumbsup:
Cheers ! Abhijit Jana | MVP Web Site : abhijitjana.net | Follow Me @ twitter Don't forget to click "Good Answer" on the post(s) that helped you.
-
Ohh. I found few ready solution for you :) This is exactly what you are looking for :) Search ListBox items using JavaScript [^] And If you want to use AJAX Searching a ListBox or DropDownList using the ListSearchExtender Control using ASP.NET AJAX[^] :thumbsup:
Cheers ! Abhijit Jana | MVP Web Site : abhijitjana.net | Follow Me @ twitter Don't forget to click "Good Answer" on the post(s) that helped you.