This is a migrated thread and some comments may be shown as answers.

Input data not valid for input as "</script>"

2 Answers 77 Views
Input
This is a migrated thread and some comments may be shown as answers.
tuanlv1
Top achievements
Rank 2
tuanlv1 asked on 11 Sep 2014, 11:31 AM
Hello everyone!

I has a problem with input data for radtextbox - What happens when i input text as "</script>" on radtextbox?
Current i have a error when input data as "</script>". Control Telerik default encode for tags html as: <br/>, <html>, <h1>....???

Please help me explain when input a data not validate as "</script>".

Thanks a lot for all help!


2 Answers, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 16 Sep 2014, 08:38 AM
Hello,

This is a standard error, which is not related to our controls. You could replicate the same error with the following controls as well:
<asp:TextBox runat="server" ID="TextBox1"></asp:TextBox>
<asp:Button runat="server" ID="Button1"></asp:Button>

Detailed information on this matter could be found in the following forum threads:
Hope this helps.


Regards,
Konstantin Dikov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
chammua
Top achievements
Rank 1
answered on 06 Oct 2014, 10:28 AM
Tks your help!
Konstantin Dikov.
I solved problem by encode input data for control! :)
Tags
Input
Asked by
tuanlv1
Top achievements
Rank 2
Answers by
Konstantin Dikov
Telerik team
chammua
Top achievements
Rank 1
Share this question
or