dynamic dropdownlist

flann

Freshman
Joined
Aug 16, 2005
Messages
33
I'm trying to create a dynamic dropdownlist, not in a datagrid, that populates the list based off of the current month, and then the previous 11 months. I've got it working to the point that it does populate the ddl, but then it is refilling it.

Does anybody know of a good resource that shows how to do this?
 
if it's refilling it, does it do it on postback? maybe on postback, dont refill it (if your're calling a function to populate the ddl, then dont on postback)
 
Back
Top