Return page after CRUD need more customization

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

Return page after CRUD need more customization

Post by cheemingyong »

hi i refer to the Return Pages option under the table tab for CRUD operations carried out by the user for this topic

There is After add, After edit, After delete etc

my question is can the return pages be customized ?

and also for edit pages that have grid edits on them, we want
to return to the original edit page with the grid edits and not to the edit page without the
grid edits (how can be this be done in asp.net maker) ?

actually under the after add, after edit, after delete options, i think the scripts should come up with is to add in a "calling page" which is the page that triggered the CRUD operation
but showing a "Update successful" message. simply means route back to the calling page.


motfs
User
Posts: 258

Post by motfs »

You can write your URL for the return page. Read Table Setup -> Return Pages in the help file for more detail.

You can also check out Page_Redirecting server event. Read Server Events and Client Scripts in the help file for more detail.


Post Reply