Page 1 of 1

export multi pages (v2021)

Posted: Tue Feb 28, 2023 4:22 pm
by ahmed7

Hello
I used asp.net make 2021 , and I'd like to export the ROWs after search , but sometimes the results been in multi pages and I want to export them , so how can do exporting in multi pages ??
will appreciate for any help.
Thanks


Re: export multi pages (v2021)

Posted: Wed Mar 01, 2023 2:23 pm
by MichaelG

If you mean exporting results from different list pages of different tables, you need to export them one by one.


Re: export multi pages (v2021)

Posted: Wed Mar 01, 2023 5:27 pm
by ahmed7

So can I make the page size (number of Rows) dynamic and changing it to include all Rows then export them?


Re: export multi pages (v2021)

Posted: Thu Mar 02, 2023 12:16 am
by ahmed7

Hello
How can I adding external page such as html page to the project?
will appreciate for any help.
Thanks


Re: export multi pages (v2021)

Posted: Thu Mar 02, 2023 6:29 am
by MichaelG

So can I make the page size (number of Rows) dynamic and changing it to include all Rows then export them?

Read the Page sizes (ALL option) settings in:
https://aspnetmaker.dev/docs/#/aspnetse ... ons-global

How can I adding external page such as html page to the project?

See the Custom File feature:
https://aspnetmaker.dev/docs/#/customfile.html


Re: export multi pages (v2021)

Posted: Thu Mar 02, 2023 1:09 pm
by ahmed7

I did all construction about custom file but error that happening which is (Error: The content of the Custom File 'testpage' is empty.
)


Re: export multi pages (v2021)

Posted: Fri Mar 03, 2023 6:25 am
by MichaelG

Make sure that you have followed the examples in:
https://aspnetmaker.dev/docs/#/customfile.html


Re: export multi pages (v2021)

Posted: Sat Mar 04, 2023 1:55 am
by ahmed7

I did all , but the same error appear.
please I need help for this


Re: export multi pages (v2021)

Posted: Sat Mar 04, 2023 6:37 am
by MichaelG

Show step by step what you have done, including what you have put as the content of the custom file.