Hi All: I have a form that posts back to a different server I have no control over. That server expects one of the form fields to have a name that starts with "000xxxx". If I use that for the ID of a textbox, I get the "not a valid identifier" error.
Is there a way to override the name attribute so that it's different from the ID?
If not, I can just use an HTML textarea, but I was hoping for a more integrated solution.