Rank: Newbie Groups: Member
Joined: 8/29/2007 Posts: 6
|
I have two standard drop down controls. One allows you to choose a Year, the other is wrapped inside of a callback panel called Teams with the trigger set to the Year drop down list. The callback works like a charm. When I select a year, it calls my function to query the database and bind the Teams drop down control with the proper teams for that year.
My issue is that the Teams control that is wrapped inside of the callback panel seems to have disabled this control.
When I select a team, the selectedvalue doesn't seem to register, nor does the SelectedIndexChanged function trigger.
I have looked at documentation, I am not sure what I am missing.
I simply want to validate that I have selected a Team and then trigger a post to another page.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can try the latest version and see if it works. If it does not work you can either create a test page and we will look into and see what we can find; or you can try ASP.NET UpdatePanel if your application is ASP.NET 2.0. UpdatePanel is from MS so it has a much larger user base and much broader support among third party controls.
Thanks!
|