Hi, I cannot submit URL's successfully. When I enter this sample text on a text box...
http://aaa.com/bbb/ccc?field1=value1&field2=value2&field3={0}&field4={1}
...what goes to the database is this:
http://aaa.com/bbb/ccc?field1=value1&field2=value2&field3;={0}&field4;={1}
If you notice, field1 and field2 are ok. But field3 and field4 have an additional ";" before the "=".
“text†is a VARCHAR(500)
Could anyone help please?
Thank you!