Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
Hello,

I have picture box which when an image is saved after taking from the camera should be displayed in that picture box. The problem is that the image is arriving but I am not able to reload the picture control in the application interface.

Please suggest to me any possible logic ideas so that I may solve this problem myself.

--Thanks
Posted
Updated 1-Feb-12 23:46pm
v2
Comments
OriginalGriff 2-Feb-12 5:17am    
Why not?
What have you tried?
Pro Idiot 2-Feb-12 5:30am    
Which control are you using to display the image?

try loading the image from another thread.
 
Share this answer
 
Beside your picture box put one button(Refresh) under that button call the above method write the code for loding image in mypage.php it is (AJAX) it will work in any language like asp, java, and php.

C#
function selectvalue()
{
var group=document.getElementById('egroup').value;

//location.href="admin/mypage.php?Result=" + group;
$('#typelist').load("admin/mypage.php?Result="+ group);

}
 
Share this answer
 
v2
Comments
Slacker007 2-Feb-12 7:35am    
Edits made: I formatted your code block and moved the text above it. ;)

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