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

Input TextMode=MultiLine Problem <br />

2 Answers 73 Views
Input
This is a migrated thread and some comments may be shown as answers.
Rudá Cunha
Top achievements
Rank 2
Rudá Cunha asked on 18 Apr 2012, 08:02 PM
I'm having trouble with the Input Mode=TextArea
When you place a value eg "test <br />"
It is the javascript error: 

POST http://localhost/Page.aspx 500 (Internal Server Error) Telerik.Web.UI.WebResource.axd:3
Uncaught Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500 Telerik.Web.UI.WebResource.axd:9

Putting the value "test", the postback happens normally. 

Please check.
Thank you. 

2 Answers, 1 is accepted

Sort by
0
Rudá Cunha
Top achievements
Rank 2
answered on 18 Apr 2012, 08:05 PM
Using Q1 2012
0
Accepted
Vasil
Telerik team
answered on 19 Apr 2012, 06:49 AM
Hello,

You are probably getting HttpRequestValidationException in your server, but because of the Ajax in your page you don't see the error. You could turn off the Ajax temporarily to see the errors in your page.

HttpRequestValidationException is caused by the internal form validation of the ASP itself, and it is not particular problem with the RadInput.
You could search for some solutions provided in the web, check this site for example:
http://stackoverflow.com/questions/8588634/httprequestvalidationexception-redirecting-to-login-page-forms-authentication


All the best,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Input
Asked by
Rudá Cunha
Top achievements
Rank 2
Answers by
Rudá Cunha
Top achievements
Rank 2
Vasil
Telerik team
Share this question
or