Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I am using .net 2008.

When i save details like "name","code","image" it properly display in to grid.
(image path save to database and image save to application folder")

When i update details, updated code and name properly display but image not display the latest.

It display old image.

How to solve this.
Posted
Updated 26-Jul-12 1:58am
v2
Comments
CH Guravaiah 26-Jul-12 8:05am    
check your code once.

1 solution

post the image uploading code.

Problem may be:
1) check that you are updating the newly added image path in database.
2) You are binding the updated data to the gridview?
 
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