I have a window that pops open from a parent page. On that window you can enter/edit data. If you are entering new data you can hit a "Save" button which saves the data and then closes the window. This works fine.
I would like to add a button that allows a user to "Save / Add More" such that they can save the data and then have the window refresh itself so that the controls are all cleared and they have a blank form to work with. In this scenario I do not want the window closing on save - unless I can get it to automatically open itself again.
I realize I can write code to clear all of the controls but if there is an easier way to "reload" the window I would like to explore that option.
Thanks
I would like to add a button that allows a user to "Save / Add More" such that they can save the data and then have the window refresh itself so that the controls are all cleared and they have a blank form to work with. In this scenario I do not want the window closing on save - unless I can get it to automatically open itself again.
I realize I can write code to clear all of the controls but if there is an easier way to "reload" the window I would like to explore that option.
Thanks