Hi,
I have a user control (ucParent) and inside it I have another user control (ucChild) which after some action fires an event (ChildActionEvent) which is in turn received by ucParent to update some textbox. When I put ucParent on a normal page, the events fire correctly:
ucChild.RaiseEvent (ChildActionEvent) -->> ucParent receives event.
But when ucParent is used as the edit template for my grid, the event is "lost" and not captured by ucParent in the grid row (which is obviously in the edit mode).
Is there anything I have missed?
Please help.
Thank you very much.
ps. I'll be more than happy to provide the sample code if I should.
I have a user control (ucParent) and inside it I have another user control (ucChild) which after some action fires an event (ChildActionEvent) which is in turn received by ucParent to update some textbox. When I put ucParent on a normal page, the events fire correctly:
ucChild.RaiseEvent (ChildActionEvent) -->> ucParent receives event.
But when ucParent is used as the edit template for my grid, the event is "lost" and not captured by ucParent in the grid row (which is obviously in the edit mode).
Is there anything I have missed?
Please help.
Thank you very much.
ps. I'll be more than happy to provide the sample code if I should.