Hi Jared,
It will work fine while you are just changing the values on the page and/or javascript.
All the binding is done on server side, so it will only be done if you have On Change events associated with the inputs or click Buttons/Links. At that point you will need a active server connection.
That said, for your example having them bound to local variables is exactly the same as bound to Session variables.
Regards,
João Rosado
It will work fine while you are just changing the values on the page and/or javascript.
All the binding is done on server side, so it will only be done if you have On Change events associated with the inputs or click Buttons/Links. At that point you will need a active server connection.
That said, for your example having them bound to local variables is exactly the same as bound to Session variables.
Regards,
João Rosado