hi everyone,
I'm new to Ajax, can anyone please help me in creating --Dynamic dependent cascading select using Ajax.
It should not use asp .net, I need to add the code in a text field to generate this kind of cascading customized field.
eg. initially we need to populate a select list from database. Then, on selecting an option the next select list needs to get populated with corresponding values, then again on selecting..the third list needs to get populated --this should happen dynamically(with no page refresh).
Please provide suggestions/help. :(
Thanks in advance.