ASP.NET - How can i make ajax call on . and show the options like visual studio
Asked By shah zeb on 04-Dec-11 02:18 AM
Hi,
I need to call ajax functionality whenever user types in . operator in a particular textbox.
If the A,B,C were the options loaded through ajax. i need to show them like visual studio intellisense shows.
Moreover , if i select option B and then type in type . then only two options need to be shown
How this should be done?
Regards,