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.
Thanks maliming.
Dear maliming, I have read it before. But Scryber.Core just support netcoreapp3.1. I'm using netstandard2.0. Do you have any suggestion?
Package Scryber.Core 1.0.0.25 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package Scryber.Core 1.0.0.25 supports: netcoreapp3.1 (.NETCoreApp,Version=v3.1)
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.
Thanks maliming.
Thanks maliming,
It really helps me
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?
Thanks maliming, That code is what i need.
One more question: How i can refesh content of Modal when I click a button on that Modal. Because When I click the button, something will change the value in database. And I want to refesh content Modal to update for user.