Return Pages is not working

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
lfernandes
User
Posts: 77

Return Pages is not working

Post by lfernandes »

Even if you specify the return URL for predefined or custom setting, the page returns redirects to the list page.What can be wrong?


MichaelG
User
Posts: 1110

Post by MichaelG »

Use the Page_Redirecting server event.


lfernandes
User
Posts: 77

Post by lfernandes »

ERR_TOO_MANY_REDIRECTS


MichaelG
User
Posts: 1110

Post by MichaelG »

Show your codes and where you put it.


lfernandes
User
Posts: 77

Post by lfernandes »

The problem occurs only in pages in Dialog modal.


MichaelG
User
Posts: 1110

Post by MichaelG »

For modal pages (e.g. View/Edit), the normal cases will be closing the modal dialog box and refreshing the list page. Why are you redirecting to other pages and what are you trying to achieve?

To debug redirecting issue, you can press F12 -> Network to check the network response.


lfernandes
User
Posts: 77

Post by lfernandes »

I would like to close the modal and redirect to a specific page


MichaelG
User
Posts: 1110

Post by MichaelG »

As explained:

To debug redirecting issue, you can press F12 -> Network to check the network response.


Post Reply