Skip to Content
0
Former Member
Apr 25, 2011 at 09:48 AM

Provide values in the dropbox in BSP

33 Views

Hi Guys,

I am trying to populate values in the dropdown list in javascript.

I know how to populate manually using SELECT and pushing the values manually through OPTIONS. I dont want to do it manually. B'cos every time user introduces new value I need to change the code and hard code it in the program.

I need to get the list from a DB table, i.e., when ever a new value is added to the table that should be automatically included in our list.

I can get the details from the database table and keep it in a internal table.

I need to populate this list using this internal table.

Can you please tell me how I should use this internal table to add in the list in javascript.

Thx

Mohan