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
Post a Comment