Hi. I have a quiestion about client-side events.
I'm using some WebEditors, and I'm able to enable/disable the controls using client side javascript calling the function .SetEnabled()
Everything works great.
My question is, does this change the value of the html element's .disabled property, or does this trigger an ajax asynchronous post-back to set the asp control's .Enabled property?
Thanks.