How to send parameters from ExtJS to JSON ASP.NET webservice?

  1. #1

    How to send parameters from ExtJS to JSON ASP.NET webservice?

    I have seen the example of the Coolite grid connecting to a webservice returning XML data. Do you have an example of it working with a webservice that returns data in JSON format? Since version 0.6 is not available, I am going to try and create a working grid example using pure ExtJS and ASP.NET webservice. I am sure this is something you guys have to implement for Coolite. I would appreciate it if you can point me in the right direction. I already got the example working if the webservice doesn't have parameters. But it seems that if the webservice contains parameters, Ext.data.HttpProxy is sending the parameters in the wrong format. It is sending 'param1=param1value' instead of 'param1:param1value'.
  2. #2

    RE: How to send parameters from ExtJS to JSON ASP.NET webservice?

    I figured it out. I had to set jsonData instead of params. Now I am trying to battle formpanel submit. I can only imagine the trouble you guys are running into with making ExtJS play nicely with ASP.NET.

Similar Threads

  1. [CLOSED] Does windows autoload parameters support JSON
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 29, 2012, 1:34 PM
  2. send extra parameters on blur event of textfield editor inside gridpanel
    By aditya.murthy88@gmail.com in forum 1.x Help
    Replies: 2
    Last Post: Dec 11, 2010, 12:04 PM
  3. [CLOSED] Help: Custom find recod with JSON webservice
    By smart+ in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 28, 2010, 12:20 PM
  4. [CLOSED] [1.0] Json Webservice DateTime Parsing Error
    By webclouder in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jun 04, 2010, 1:10 AM
  5. HttpWriteProxy help with WebService parameters
    By niceguymattx in forum 1.x Help
    Replies: 0
    Last Post: May 18, 2010, 9:28 AM

Posting Permissions