Base solution for your next web application
Open Closed

View Page CRUD (not modal) #5965


User avatar
0
harifenny created

Hi,

How do I create a page (not a modal) for my CRUD operation if I'm using RAD?

How do I create a page (not a modal) for my CRUD operation if I'm making my own pages?

Thank you Kind reagrds Hari Setyawan


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @harifenny,

    How do I create a page (not a modal) for my CRUD operation if I'm using RAD?

    This is not supported on RAD Tool.

    How do I create a page (not a modal) for my CRUD operation if I'm making my own pages?

    You need to create a new component and redirect to that component with the identifier of original record. There is no example of this usage in AspNet Zero. However, you can check the page for changing texts of localization keys.