why i cant submit a form in asp when an object is disabled?
I have a form in an asp application that is validated by javascript and one of the conditions is disabling a textbox and when i want to submit the form its not submitted when the textbox is diasbled.
Any suggestions on how do i work around this to submit the form with the textbox disabled?
Thanks in advance