Hi
I am a newbie.
I downloaded enterprise trial and I followed the steps provided in the
http://www.flexmonster.com/doc/connecting-to-relational-database-with-net/
So far I can see the empty grid and import data manually. However, I don't know how to push the results of the query (string output = new StreamReader(inputStream).ReadToEnd();) into the component.
I can see that the FlexMonster API should call it when it's invoked (filename: "http://localhost:55772/api/flexmonster/get").
Kindly help me to define where should the results of the query should be located (normal ASP.NET project, not MVC) to allow the component to read it.
Hi Alberto,
You need to find out at what URL the results of your query is available in your ASP.NET project. The URL will be different than in our MVC sample. To check if the URL is correct you can open it in the browser - you should see the result there. Then you need to replace our sample URL in filename property (filename: "http://localhost:55772/api/flexmonster/get") with your URL.
Kind regards,
Iryna