I have a asp.net 2.0 web part (aspx file) that contains two webpartzone (in which a user control) .
I am trying to connect that two web parts to each onther, one of them is provider and other is consumer. I think I have succeeded. the problem is the cosumer sometimes shows the previous data or nothing.
the provider has a dropdownlist and the cosumer has datalist when you choose an item from dropdownlist the datalist gets data from database. i think because the provider has many dropdownlist (not just one) maybe it uploads slowly and the consumer that has just a datalist uploads quickly before it has goten the selectedvalue from the dropdownlist of provider.
because when i upload the page then it gets it.
what i must to do solve my problem?
I can post my code if it is nessary.
thank you
I am trying to connect that two web parts to each onther, one of them is provider and other is consumer. I think I have succeeded. the problem is the cosumer sometimes shows the previous data or nothing.
the provider has a dropdownlist and the cosumer has datalist when you choose an item from dropdownlist the datalist gets data from database. i think because the provider has many dropdownlist (not just one) maybe it uploads slowly and the consumer that has just a datalist uploads quickly before it has goten the selectedvalue from the dropdownlist of provider.
because when i upload the page then it gets it.
what i must to do solve my problem?
I can post my code if it is nessary.
thank you