Hello all!
I have a little problem concerning loading a aspx page into another one.
I have a ASP+ page that loads another as a control using the
Page.LoadControl directive.
The Control is a Page that has a DataGrid and its event handlers.
It loads the page ok.
In this DataGrid i have a EditColumn. When i click the Edit link the event
handlers are not called. The postback happens but the
event handlers are not called.
Has anyone had this problem?
If i run the included page alone the datagrid events are caught!
Thank you!!
Telmo Sa