[SOLVED] .Params vs $.Params

I know $.Params is used for a page param but when to use $.Params?

Found the solution on StackOverflow

If you are inside of a loop you need to add $ to the beginning of .Params to access the value.

1 Like