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
If you mean exporting results from different list pages of different tables, you need to export them one by one.
So can I make the page size (number of Rows) dynamic and changing it to include all Rows then export them?
Hello
How can I adding external page such as html page to the project?
will appreciate for any help.
Thanks
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/#/aspnetsetup.html?id=page-options-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
I did all construction about custom file but error that happening which is (Error: The content of the Custom File ‘testpage’ is empty.
)
Make sure that you have followed the examples in:
https://aspnetmaker.dev/docs/#/customfile.html
I did all , but the same error appear.
please I need help for this
Show step by step what you have done, including what you have put as the content of the custom file.