When using a HtmlTextBox I am unable to utilize an Expression to call a User Function that returns a string. I get the following error:
Name cannot begin with the '-' character, hexadecimal value 0x2D. Line 1, position 8.
Now if I use a built in function like Trim, which also returns a string, it works fine... if I replace the HtmlTextBox with a regular Textbox it also works fine... so what is it about the HtmlTextBox that I'm missing...
Name cannot begin with the '-' character, hexadecimal value 0x2D. Line 1, position 8.
Now if I use a built in function like Trim, which also returns a string, it works fine... if I replace the HtmlTextBox with a regular Textbox it also works fine... so what is it about the HtmlTextBox that I'm missing...