hii
i have create one web form.
in that form i had added one textbox n one listbox.
On page load listbox display all client name from database in lixtbox.
Now I want to display--
1- while i type '1' in textbox then listbox only display clientname of '1' clientid.
2-while i typing name starting from 'j' then list box displays all cliename which matches to input that i i typing in textbox.
anybody can help me?
please.
Radiant SoftwarePosted Sep 3, 2015, 3:34 AM
Sreeni DonyPosted Aug 31, 2015, 7:05 AM
AmanPosted Aug 31, 2015, 6:25 AM
You can do this as well. However I have implemented in a winForm but you can apply same concept on your web form.
just inside the textChange Event of TextBox add the following Line of Code
If you have any query feel free to ask, and accept it as answer if it helps
Khan Abrar AhmedPosted Aug 31, 2015, 4:33 AM