Click here to Skip to main content
15,903,725 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to edit an imag when uploading from file upload ctrl edititingmeans insert another image in the image,resize,change backround so after these it has to upload so please send me any links or examples
Posted
Comments
Thanks7872 15-Jul-15 3:30am    
Any efforts so far?
Member 10978775 15-Jul-15 3:54am    
You can use ViewState for getting image from db
ViewState["UpdatedImageID"] = dt.Rows[0]["imgid"].ToString();
ViewState["ImageUrl"] = dt.Rows[0]["imgpath"].ToString();
raviram123 15-Jul-15 4:36am    
sir iwant not from databse imag to edit when uploading from fileupload ctrl i want to edit image and insert to database

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