I want to allow users to view/edit one single page without login, using a guid which is the primary key to that record. I used to do so with ASPNetmaker10, by defining a search criterium as required for that view/edit, but cannot find how to arrange this in AspNetMaker2020. It was like …entriesview.vbhtml?guidkey=E38CF286-1D28-47F3-9A33-B1DD10C46867
Marko
Just load the table and generate the list/view/edit pages of that table. Click the view/edit link in the list page of that table to view/edit the table.
I did, but now I cannot get rid of the list ( I don’t want people to use a list on the records that are only accessible by a guid)
Use the Page_Redirecting server event to redirect the list page to another page (say the landing page).