row-level record locking

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

row-level record locking

Post by mpopkin »

Hi,

I user ASP.NET Maker 8

I would like to stop users from editing records based on a table column value. For instance, if boolean column (IsLocked) value is true, I would like the edit and delete links disabled/removed from the record list.

What would be the best way to accomplish this?

Thanks!


Webmaster
User
Posts: 9430

Post by Webmaster »

ASP.NET Maker 8 is probably too old. Upload to the latest version (now v12) and use the ListOptions_Rendered server event to hide the option links.


Post Reply