
11-12-2009, 01:51 PM
|
 |
Junior Contributor
|
|
Join Date: Aug 2005
Location: Orlando
Posts: 335
|
|
Events with Nested Controls
|
Hi all, I've recently moved into ASP.Net with Ajax and have run into some frustrating issues dealing with nested controls. It seems that when I have a control that then must dynamically load a different control, the controls in the child control don't operate correctly.
I've noticed that when I add a button to the child control, it doesn't fire when you click it at first, but the 2nd time you click it, the child control itself closes.
I've attached a sample project that demonstrates the problem.
|
|