Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a model and a view and displayed some needed data from the model using simple GameController.

Now i am searching(didn't found anything usefull) on how to get 9 images and show them in the page using ApiController(9 images that can be used for a puzzle) and modifying the page that GameController has returned, without loading the whole page.

The idea is that i want to call the method from ApiController 9 times and to show the images in a grid/table or somewhere.

I can use an example on how to do this since i didn't found something relevant on google and someone with knowledge can do it very fast.

If something is unclear, just ask.

Thanks,
Gabriel Sas
Posted
Updated 22-Apr-13 10:21am
v2

You should try using ajax to call images from controller:

http://stackoverflow.com/questions/11215303/retrieve-images-from-database-through-a-jquery-ajax-call[^]

simply put, use $.ajax to get your image(s) and update your page.

That is what you should do but as you have not posted any code yourself it is hard for me to continue.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900