Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can I upload the image in the image control while I choose the image using file upload control. Now I can't do this. After choosing the image using file upload control i have to click some other button to show the image in the image control. Since this is the page load event file path is cleared. Please guide me to fix. I'm using VS 2005 , C# coding.
Posted
Comments
Sandeep Mewara 14-May-12 4:49am    
Yes you can. Now, what is the question and issue?

Google is your friend; be nice and visit him often. He can answer questions a lot quicker than posting here: Google[^]

In future, please try to do at least basic research yourself, and not waste your time or ours.
 
Share this answer
 
Hi,

on click event, you can store the file path in any variable (if you want it throughout the project, then you may use Session Variable) and use that variable where you want to display the image.
 
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