I have a form that I want to put default values into. So in the value property for a text box I put the string value. For example:
<input type=text name=myField value="blah">
If the user changes the value in myField, I get an error when the form is posted back. If they don't change the value, I don't get an error.
What's happening here? Ladyhawk.![[idea] [idea] [idea]](/data/assets/smilies/idea.gif)
** ASP/VB/Java Programmer **
<input type=text name=myField value="blah">
If the user changes the value in myField, I get an error when the form is posted back. If they don't change the value, I don't get an error.
What's happening here? Ladyhawk.
![[idea] [idea] [idea]](/data/assets/smilies/idea.gif)
** ASP/VB/Java Programmer **