Hi all, i am having a problem with text boxes and post array. I cant able to get the values of the text box in post array if i set the text box as disabled can any one help me? Thanks in advance...
DISABLED means disabled .. as said by stephan2307, it exists only visually and only on the page it's created on.
stad of disabled why not set it as hidden then you can still pass the value, or set the value after the array is passed.