0

I am using VisualwebGUI in my application. Its working fine. The problem is, i am setting a theme in application properties -> Registration .

But as per the requirement, change theme option should come in a frontend and user can change the themes. Please help me.

Sathish
  • 159
  • 1
  • 4
  • 18

1 Answers1

0

You can change the current theme in runtime by modifying Context.CurrentTheme Form property, or VWGContext.CurrentTheme static property. The value should be a name of theme configured in Registration.

lxgreen
  • 1,511
  • 15
  • 14