How can this be done?

liunx

Guest
Hi All,

I have a big problem, (to me), I am using ASP in .Net, I have loaded up a dll which holds a class that I use, and use a drop down box which holds some values from that class. I fill the drop down on the form load event, if I select an item from the dropdown then hit a button to get its value all I get is the first item as the page reloads which reloads the dropdown, how can I sort this out so the page knows to keep the item still selected in the dropdown there?

Thanks

LofttyWith .NET it should keep the values, that's one of its advantages. Also if the dropdown values are going to be static, then you don't need to rebind them every load, maybe that's your problem? Can we see a bit of code?
 
Back
Top