pratik556

Members
  • Content count

    7
  • Joined

  • Last visited

Everything posted by pratik556

  1. Hi I am facing a problem, on the load of the page Post call is made to the server.But after that Get is used for getting the details from the server. In post, while rendering it shows appends %2B character instead of + . It is happening only with post. In get method + is working and showing properly on chart. What can I do to make it work with Post method. Regards Pratik
  2. plus character is getting converted in post method

    Hi Thanks for your reply. But %2B is only coming in Post method, but while using Get method It show it properly. Also I tried putting up %2B instead, but it showing %2B on the page. I have observed following things: If we send + from the server it gets converted into %2B on chart, and in response of the Ajax Xml contains %2B instead of + . if we send %2B from the server it shows %2B on chart, and in response of Ajax Xml contains %2B. Is it possible to escape it in any html code? Thanks Pratik
  3. Hi I am facing a problem, on the load of the page Post call is made to the server.But after that Get is used for getting the details from the server. In post, while rendering it shows appends %2B character instead of + . It is happening only with post. In get method + is working and showing properly on chart. What can I do to make it work with Post method. Regards Pratik
  4. Hi I am facing a problem, on the load of the page Post call is made to the server.But after that Get is used for getting the details from the server. In post, while rendering it shows appends %2B character instead of + . It is happening only with post. In get method + is working and showing properly on chart. What can I do to make it work with Post method. Regards Pratik
  5. Hi I am facing a problem, on the load of the page Post call is made to the server.But after that Get is used for getting the details from the server. In post, while rendering it shows appends %2B character instead of + . It is happening only with post. In get method + is working and showing properly on chart. What can I do to make it work with Post method. Regards Pratik
  6. Hi I am facing a problem, on the load of the page Post call is made to the server.But after that Get is used for getting the details from the server. In post, while rendering it shows appends %2B character instead of + . It is happening only with post. In get method + is working and showing properly on chart. What can I do to make it work with Post method. Regards Pratik
  7. Hi I am facing a problem, on the load of the page Post call is made to the server.But after that Get is used for getting the details from the server. In post, while rendering it shows appends %2B character instead of + . It is happening only with post. In get method + is working and showing properly on chart. What can I do to make it work with Post method. Regards Pratik