Activities of "thaithiendi"

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.

  • ABP Framework version: v5.3.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
Answer

Thanks maliming.

Answer

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)

Question

Dear Support Team,

I'm using netstandard2.0. I want to generate a pdf file. How i can do it with abp.io?

  • ABP Framework version: v4.4.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
Question

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.

  • ABP Framework version: v4.4.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

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?

  • ABP Framework version: v4.4.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

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.

Sorry maliming,

But i mean i want to code button Exit like button Cancel. I'm coding on abp-modal. <abp-modal-footer buttons="@(AbpModalButtons.Cancel|AbpModalButtons.Save)"></abp-modal-footer> <abp-button id="btnExit" text="@L["Exit"].Value" button-type="Primary" />

Showing 11 to 20 of 58 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11