How to call a different state on second button click?

158 Views Asked by At

I want to load a different state on my second button click. How can I do it in expression blend 3/silverlight3?

1

There are 1 best solutions below

0
On

Try this:

VisualStateManager.GoToState(ControlName, "StateName", true);