On Jan 1, 2008 7:44 PM, jimmyau <[EMAIL PROTECTED]> wrote: > disabled and readonly work in the same way which will not submit value to > backend. this way also make me headache.
Why would this give you a headache? What is the point in sending a read-only value to the server. Everything on the client is by definition changeable (users can change the DOM easily). So the server would never decode a read-only or disabled control. If you are never going to decode it, why waste the resources to post it back to the server?

