ASP.NET - server side control & javascript interaction
Someone asked on Stack Overflow:
on a page with textbox control, lets say this textbox is disabled on server side page load. What would happen if a javascript tries to set visibility of the textbox to false ?
Edit: Can the textbox be hidden by javascript even though it’s disabled ?
TIA
I posted the following answer, which was chosen as the accepted answer and received 1 upvote:
Yes, setting disabled on the serverside only adds the disabled attribute.
Originally posted on Stack Overflow — 1 upvotes (accepted answer). Licensed under CC BY-SA.