Dear support Team,
I want to return An success alert when created entity successfuly.
I use OnPostAsync action on Modal and AbpModalButtons.Save

Thanks berkansasmaz , It's really helpful for me.
Dear support Team,
I'm using IUnitOfWorkManager to make Transaction with execute store procedue oracle.
This my code:
When debug code, I intentionally let it be error in //CREATE PDF FILE
I want to rollback //UPDATE TASK
When error in //CREATE PDF FILE, it throw exception but my database still save info of //UPDATE TASK.
How can I rollback //UPDATE TASK?
Dear support team, I'm using Modal to create an object. I use AbpModalButtons.Save in cshtml and OnPostAsync in cs file. Now: when I save data, Modal auto hide. And have no confirm alert. I want to show yes no confirm Popup and when save successful i don't want to hide modal and keeping data on Modal. Please show me how to do that.
Thanks malik.masis
Dear Suport Team,
I have some images uploaded like this:
Now I want to display them in img tab html, but i don't know url of them to load into img tab.
Please tell me how to do that?