Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
issue with < and > character while posting the data to server
posted

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.