Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

connecting web parts, (ASP.net 2.0 Web pars)

Status
Not open for further replies.

cyrus71

Programmer
Feb 6, 2006
34
SE
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top