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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -