I'm trying to solve the following, using ASP.Net 2.0:
I have in my solution this files:
index.aspx, controls.ascx, control_1.ascx , control_2.ascx
so, in index.aspx I have a placeholder, when the page is loaded for the first time, I load controls.ascx into this placeholder.
in controls.ascx I have 2 buttons, the first loads control_1.ascx into the placeholder an the second loads control_2.ascx.
in both cases, the controls.ascx control is no loaded.
control_1.ascx and control_2.ascx have many controls, for example, a button "Back" which loads again controls.ascx into the placeholder.
so the problem is that when I load any of both controls control_1.ascx or control_2.ascx, and I click the "Back" button, the application don't enter to the event method of this button.
can any body tell me how can I solve this, I would preffer to receive the working code.
thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---

Reply via email to