export multi pages (v2021)

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
ahmed7
User
Posts: 97

export multi pages (v2021)

Post 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


MichaelG
User
Posts: 1095

Post by MichaelG »

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


ahmed7
User
Posts: 97

Post by ahmed7 »

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


ahmed7
User
Posts: 97

Post by ahmed7 »

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


MichaelG
User
Posts: 1095

Post 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


ahmed7
User
Posts: 97

Post 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.
)


MichaelG
User
Posts: 1095

Post by MichaelG »

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


ahmed7
User
Posts: 97

Post by ahmed7 »

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


MichaelG
User
Posts: 1095

Post by MichaelG »

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


Post Reply