Hi all,
I'm pretty new to .NET and to Ext.Net and this might be a slightly dumb question, but still I can't find an answer.
I have a UserController and a View, containing some InputTexts and a ComboBox.
If the ComboBox field is set to "YES" one field must be "required", otherwise it should be optional.
I wrote a simple method that adds a red asterisk and applies the IsRemoteValidation/AllowBlank properties, and it works fair.

Now, let's say I want to validate the entire form before sending all of it's content to a WS, in the method called while sending the form data I found out that the AllowBlank/IsRemoteValidation values are ALWAYS the default ones, even if I modified the combobox value.
I'm sure I'm missing something, can you please give me a hint on how to persist/serialize the state of my Controller attributes/state between requests?
Thanks a lot.
Guido