pratik556

Members
  • Content count

    7
  • Joined

  • Last visited

Posts posted by pratik556


  1. 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


  2. 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

     

    post-55433-0-74255300-1378471574_thumb.jpg


  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

     

    post-55433-0-86813200-1378461652_thumb.jpg


  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

     

    post-55433-0-25732500-1378460951_thumb.jpg