Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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() { |