How to get into the 3d level of an application

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
2/19/2006 11:35:00 AM
Gravatar
Total Posts 73

How to get into the 3d level of an application

Hi all,

Perhaps the title of this posting is a bit cryptic, but let me explain my problem.

I have several objects that have some general characteristics / data but also a list containing other objects. My user-control offers a list of objects a user can select. After selecting i redirect the user to a aspx showing the general data and a list of the other objects. When the user clicks a return button on this page i redirect him to the ascx. When the user selects an object from the list, i redirect to another aspx showing the data of the selected object. When the user clicks a return button on that page i want to redirect him to the aspx he came from.

Up till now i did not had the need to call an aspx from an aspx. So, the redirect using UrlReferrer worked fine. What is the most proper way to implement the functionality i want? Perhaps a modal pop-up screen could do the work, but i do not think that is easy to build.

3/9/2006 11:39:10 AM
Gravatar
Total Posts 73

Re: How to get into the 3d level of an application

OK, so there is no standard solution for this in MoJo.

I hacked something that works. In the aspx that is called from the ascx I only change the urlreferrer entry if the url of the previous page doesn't end with .aspx. In the aspx that is called from the aspx I user "Urlreferrer2" as an entry to store the previous page in.

You must sign in to post in the forums. This thread is closed to new posts.