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?
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.
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 want to return An success alert when created entity successfuly. I use OnPostAsync action on Modal and AbpModalButtons.Save
Dear support team,
After I updated framework abp to 5.3.3 and bootstrap. My button Exit not working with data-dismiss="modal" I can not see error log. I click button and nothing happens
Dear Support Team,
One day, I update to bootstrap5 and Abp framework 4.3.3 to 5.3.3 My layout page showed incorrectly Old: I want it to look like this New: But now it look like this And this my code with abp-row:
<abp-row>
<abp-column size-lg="_2" size-md="_12" class="input-group input-daterange d-block">
<abp-row>
<abp-column size-lg="_12">
<abp-button class="mt-md-2 mb-md-2" size="Block" id="btnSearch" text="Search" icon="fa-compress" button-type="Primary" />
</abp-column>
</abp-row>
</abp-column>
<abp-column size-lg="_2" size-md="_12" class="input-group input-daterange d-block">
<abp-row>
<abp-column size-lg="_12">
<abp-button class="mt-md-2 mb-md-2" size="Block" id="btnClear" text="Clear" icon="fa-compress" button-type="Primary" />
</abp-column>
</abp-row>
</abp-column>
</abp-row>
Please tell me how to fix it.
Dear Support Team,
I'm using netstandard2.0. I want to generate a pdf file. How i can do it with abp.io?
Dear Support Team,
I don't see Login code in my project. Now, i login by default account. I want to check login account from My Database.
Hi Support team, I'm using Fileupload controll: I when i click upload button I has error: The required antiforgery request token was not provided in either form field "__RequestVerificationToken" or header value "RequestVerificationToken" This is my method in controller: How can i fix it?
Dear support Team,
I have a button on Modal, when click i want to close Model, but i don't know how to call "Modal.close()"