PDA

View Full Version : Rebuilding DropDown/Select Box


NRastogi
07-19-2002, 03:31 PM
Hi guys,

Scenario: I have 3 radio button on the form and one drop down box. Radio buttons are used to define sort criteria. The entries in the selection list are like "ABC -- KKK -- 01/01/2002", "PQR -- AAA -- 03/05/2002" and so on with the values like "1001, 1002" ...

I am trying to re-build the entries in the drop-down box, depending on what radio button user has selected for sorting. What I did is created three hidden fields, one for each sort type. One of those entries ABC -- KKK -- 01/01/2002,PQR -- AAA -- 03/05/2002 (, is a delimiter)
How could I re-build the list specifying the relevant option value for each item.

I would appreciate your help.


Thanks,
Nits