Click here to Skip to main content
15,875,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When use AJAX, JAVA send Code(with URL usually) to server(a page that processing data and then response the information) and receive information with JAVA and then page without blinking , show information. Now how i can response image with processing page and receive that ,then show without blinking!?
Posted
Updated 27-Oct-10 8:57am
v3
Comments
Sandesh M Patil 27-Oct-10 13:45pm    
Please elaborate, dont understand what are you trying to say.
Abhinav S 27-Oct-10 13:58pm    
Can you give more details to what you are trying to do?
raju melveetilpurayil 27-Oct-10 15:50pm    
we didn't understand

1 solution

When you use AJAX in ASP.NET, the calls are sent to the server asynchronously and will call back to the javascript you tell it to. This is all done without reposting the page (blinking). There are various AJAX libraries and samples, but since you did not say what version of ASP.NET you are using it is hard to point you to something that you can use directly. Here is a link to the AJAX samples on the website.

http://www.codeproject.com/KB/ajax/[^]
 
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