Hi,
So far I did use ASPNETMAKER10, and I had a ‘Back’ button on all View pages to guide users back to the List (like ‘Save’ and ‘Cancel’ on Add/Edit).
I don’t manage to get such a button in ASPNETMAKER 2020.
Can anybody give me a clue?
Marko
Hi,
So far I did use ASPNETMAKER10, and I had a ‘Back’ button on all View pages to guide users back to the List (like ‘Save’ and ‘Cancel’ on Add/Edit).
I don’t manage to get such a button in ASPNETMAKER 2020.
Can anybody give me a clue?
Marko
Just use the link in the breadcrumb on the top right corner of the web page.
Yes, I know, but users want a button at the bottom, like in Add or Edit.
Use jQuery .append to add the button. Please search for “jQuery append” for solutions on the web.
Could you pls elaborate where I should append the .append code for the button?
In the page Startup Script. Please read help file - Server Events and Client Scripts if you are not familiar with Server Events/Client Scripts.
Thanks