Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir,
I took Fileupload control.And I can sucessfully upload image in the specified folder.But Now I want to view that image inthe page,(whether it is Panel or any other way,best will be panel for me).
So Please inform me immeduately, I am help less..
Thank you..
Posted
Comments
Sandeep Mewara 13-Jul-10 10:40am    
Well, sorry to inform that though you are in a hurry but people out here help when they are free. So asking for help using word's like 'immediately' would not sound good here. Be polite and keep patience.

1 solution

C#
protected void Upload_Click(object sender, EventArgs e)
   {
       Panel1.Style.Add(HtmlTextWriterStyle.BackgroundImage, "location_where_You_save_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