Hi:
I was testing a RadNumericTextBox. It is somewhat declared as follows:
I was testing for XSS (cross site scripting) and was able to paste <scr into the textbox. I was not able to type the value, but surprisingly, I was able to paste non-numeric data.
Phil
I was testing a RadNumericTextBox. It is somewhat declared as follows:
<telerik:RadNumericTextBox ID="quantityTextBox" Runat="server" MaxLength="4" MaxValue="9999" MinValue="1" Text='<%# Bind("Quantity") %>' Width="60px" OnTextChanged="quantityTextBox_TextChanged" AutoPostBack="True" />Phil