ajax CRUD return message

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

ajax CRUD return message

Post by cheemingyong »

hi is it possible to customize the save button to submit an ajax call during save event ?
this is in contrast to the current way it is done write now which is after saving,
the page is fully reloaded.

usually we try not to reload the after-save page because it is an unnecessary use of network
overheads due to html tags.

this json api call will call the edit / update / insert events from the relevant controllers
and fetch the correct return error or success messages after saving.
we want as far as possible avoid re-doing what asp.net maker is good at doing best
which is crud.


Webmaster
User
Posts: 9425

Post by Webmaster »

No, currently there is no simple solution for that.


Post Reply