Implement ReturnUrl when calling form from multiple places.
I had a situation where I had to call the same record form from multiple grid pages and I wanted to return to the calling page. To accomplish this I implemented a ReturnUrl similar to how the security works when you are redirected to the Login page and then returned to the calling page. In the edit and
Read More »