Hi,
I read the article about using the CliendDataString to pass values from the client to the server side when combo box Item requested is fired. Im trying to use the same thing on two dependant combo boxes that both use load on demand feature via the item requested event. the second combo box items are dependant on the item selected in the first combo box, so when the an item selected in the first combo box I set the ClientDataString to the appropriate value, so when I drop the second combo it uses the "e.ClientDataString" to populate the items, and that works correctly for first time. However when I re select new value in the first combo then drop the second combo, it does not call the items requested event again. And the items from the first load are still there which is incorrect, so why is that happenning? and how to set it up , so whenever the second combo is droped it will call the items requested event to populate the items?
Thanks for the help
I read the article about using the CliendDataString to pass values from the client to the server side when combo box Item requested is fired. Im trying to use the same thing on two dependant combo boxes that both use load on demand feature via the item requested event. the second combo box items are dependant on the item selected in the first combo box, so when the an item selected in the first combo box I set the ClientDataString to the appropriate value, so when I drop the second combo it uses the "e.ClientDataString" to populate the items, and that works correctly for first time. However when I re select new value in the first combo then drop the second combo, it does not call the items requested event again. And the items from the first load are still there which is incorrect, so why is that happenning? and how to set it up , so whenever the second combo is droped it will call the items requested event to populate the items?
Thanks for the help