Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8463771
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T14:32:53+00:00 2026-06-10T14:32:53+00:00

I have a store that read json string from .Net Server. The problem is

  • 0

I have a store that read json string from .Net Server.
The problem is that the sencha app wrtire that their is no result (“emptyText”).
This store worked good with dummy data (data:[ ]) but when I try to read proxy I’m having a problem

The store code:

Ext.define('myApp.store.myStore', {
    extend: 'Ext.data.Store',
    alias: 'widget.myStore',
    autoLoad: true,  
    config: {
        model: 'myApp.model.myModel',
        proxy: {
            type: 'scripttag', //Also tried ajax and jsonp
            url: 'http://localhost:XXXX/ServerResponse/ReponseT.aspx?CityID=1',
            reader: {
                type: 'json'
            }
        }
    }

The Server Code (C#):

 List<result> Li = new List<result>();
                    result LR = new result()
                    {
                        id = 1,
                        Title = "Heu There"                                                     
                    };
                    Li.Add(LR);
 string ans = JsonConvert.SerializeObject(Li, Formatting.Indented);    
 Response.Write(ans);

I have a warning:

Resource interpreted as Script but transferred with MIME type text/html: “URL”

Thats it… I hope some one will be able to say what am I doing wrong

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T14:32:54+00:00Added an answer on June 10, 2026 at 2:32 pm

    You need to specify the header type. This below code works for me to fetch JSON data from .Net server.

     Ext.Ajax.request({
                url: reqUrl,
                defaultHeaders : 'application/json',
                headers: {
                   "Accept": "application/json"
                },
                useDefaultXhrHeader: false,
    
                success : function(response, opt) {
                    benefitsRespObj = Ext.decode(response.responseText);
                    // your code goes here
                }
     });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a JSON string (from PHP's json_encode() that looks like this: [{id: 1,
I have semicolon-separated .dat file and I want to read that file and store
I have a number of models that store words as a string with each
I have an MS SQL Server 2008 database where I store places that serve
I have an mobile app that reads a JSON file that is stored on
I have an app and it needs to store a few simple objects that
I have created a model and store in which read in a json file
I have to read/write an XML file that stores its data as bit masked
I have a list of users in local store that I need to update
I have legacy DB that store dates that means no-date as 9999-21-31, The column

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.