C
Chris Scragg
On a form, I have a dopdownlist with 5 values assigned to items (list). Im
using a postback method that in turns repopulates the dropdownlist.
However, when I populate the list with the new values, the old values are
still there along with the new values (the list is huge!).
How can I easily reinitialize the dropdownlist between postbacks so the list
only has the new items in it?
Chris
using a postback method that in turns repopulates the dropdownlist.
However, when I populate the list with the new values, the old values are
still there along with the new values (the list is huge!).
How can I easily reinitialize the dropdownlist between postbacks so the list
only has the new items in it?
Chris