neonash7777 wrote:
Yeah, let's say they update the javascript to re-enable the text field, or they just rerender the page with the modification. I want to know that even though the would see the textfield as editable and their browser would send RS the textchanged event, that RS would know to ignore this event when it gets to the server side.
I just tested this and it doesn't seem to. However, I wouldn't rely on this behavior for security purposes. I would double check in the control event handler if it matters for the application.