-
Junior Member
Dropdown
hi frnds,
I have to implement a dropdown -without using ajax...in vs2.0 (vb.net-WEB APPLICATION)
sorting should be done..
ie,if u enter A it should show the words starts with A......
If u enter AP ,it should show words start with AP etc..........
and the dropdown data should be editable....
so, how to implement this ........
Thanks in advance
-
Junior Member
Re: Dropdown
Hi,
Check out this link.I hope it will help so much.
http://www.asp.net/learn/ajax-videos/
in this link check out 32nd video.
cheers
-
Expert Member
Re: Dropdown
You can write javascript that call server side function and that function perform sorting so you sending a post back request without page load and thats from javscript. Same thing i have implemtented in my project... I f you need more help then let me know
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules