A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Yes, as long as you have a limited amount of users/groups it is quite simple.
Easiest is to use the Visual Studio designer and base it on PropertyString and create a Property Control for it.
Change the generated stub for the Control class to inherit from PropertySelectControlBase and you will get a nice Combo Box.
Just override SetupEditControls() and populate the list with users Membership.GetAllUsers() or RoleProvider.GetAllRoles().
protected override void SetupEditControls() { |