Hi,
I have hosted application on my local environment but while i am logged in with admin user and any other person logs in thorugh the same user we both get stuck. until one of us closes the application tab in browser.
So after its closed at my end the other person can use the application without any issues.
Please help how to fix the same.
Regards, Harshit
Hi,
Just wanted to know how to disable it from entire application.
regards, Harshit
how to rollback the entity created from RAD power tool
plz send code to [email protected] thanks
Hi,
I want to know how to change tenant price after created tenant with edition. I dont want to change price in edition or change edition for tenant.
How can we implement media image rendering dynamically from js.
https://keenthemes.com/metronic/preview/demo1/components/custom/media.html
Can Tenant access entries created by Host in asp net zero MVC with Jquery version.
Parent Table { pId primaryKey ,name }
Child Table { cId primaryKey ,cname ,pId foriegnKey with cascade delete }
Both the entities are fullaudited entity created by RAD power tool.
What will happen if we have set cascade delete against the foreign key and created a fullaudited entity. Will the child table entries be marked as "isdeleted true" when parent entry is marked "deleted"??
Can we host Application on port ex. 1001
and web.MVC on port ex. 1002
and web.Host on port ex. 1003
and give reference of application in MVC and Host app ?