It is difficult to explain but here it goes
I have a custom control in my asp.net page, i have two files which i pass page by page to the control, the user does some editing on that file's page (loaded in the control) and when it reaches the end i want the control to some how let the page know that the end of the page has been reached, now load a new page in the control,
How should i achieve this and which is the best practice?
You can bubble up the event from user control to the parent.
ParentAddUser.aspx
ParentAddUser.aspx.cs
AddUser.ascx.cs