Click here to Skip to main content
15,891,906 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to fill combo box without reloading whole page and that combobox should continuously fill after 2 second..
Posted
Comments
Sergey Alexandrovich Kryukov 26-Mar-14 4:02am    
Great. Go ahead and do it. Consider you got my permission.
—SA
Anubhav689 26-Mar-14 4:11am    
Nice 1 :D
Pramod_007 26-Mar-14 4:13am    
Plz help me for that
Anubhav689 26-Mar-14 4:19am    
Firstly Tell me what do you want to fill and from where, after that tell me "if it is filled then why do you want to fill it again and again"????
Pramod_007 26-Mar-14 4:26am    
I am currently working on chat server.If one user is login after me then his name should be visible me in ddl.Thats why i am trying for that

1 solution

very easy, just use the javascript window.setInterval("javascript function",milliseconds); event. and write your ajax call at the javascript function to get and fill the listbox or combobox.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900