Hi All,
I have entered a special character of < and > in one text box and tried to save the data using below method. It is not going to controller method and not throwing any error in js also.
textboxdata="1<23abc";
$.post("controller method", textboxdata,this._PostDataResponse);
Except < and >, for all the special characters it is working fine.Kindly request ti help me on this.
Hello,
I'm just following up to see if you need any further assistance with this issue. If so please let me know.
Hello Ramesh,
Thank you for contacting Infragistics Developer Support!
Please refer to the following thread => http://stackoverflow.com/questions/81991/a-potentially-dangerous-request-form-value-was-detected-from-the-client.