ASP.NET and HTML/XML in control text -


i have number of webforms must able accept xml input (containing, of course, < , > characters, believe causing problems). however, presently whenever click submit button , 1 of form fields contains kind of input sys.webforms.pagerequestmanagerservererrorexception exception code 500 thrown. if input has no < , > goes smooth. how can work around this?

i cautious turning off page validation. @ html encoding text instead.


Comments

Popular posts from this blog

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

jQuery Ajax Render Fragments OR Whole Page -

java - Why is BlockingQueue.take() not releasing the thread? -