multiple entries into a textbox with (,) seperation
Posted: Thu May 07, 2009 1:36 am
Hi,
I m new to ajax. I have to implemented the ajax autocomplete.When I press any alphabet say suppose "a", I should get all names starting with "a" say arman,anoop,anju etc one below other. now when i select one of them say 'arman' the text box should display "arman,". Now when I press "a" again then it should show "anoop" & "anju" one below the other.As i want to enter multiple values with comma seperated.And when I select any one of these, it should append the value to previously present in text box(i.e it should append the value to "arman").
Please reply to this...
I would be really thankful to u all..
Thanks.
I m new to ajax. I have to implemented the ajax autocomplete.When I press any alphabet say suppose "a", I should get all names starting with "a" say arman,anoop,anju etc one below other. now when i select one of them say 'arman' the text box should display "arman,". Now when I press "a" again then it should show "anoop" & "anju" one below the other.As i want to enter multiple values with comma seperated.And when I select any one of these, it should append the value to previously present in text box(i.e it should append the value to "arman").
Please reply to this...
I would be really thankful to u all..
Thanks.