Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there...
I'm working on Asp.net 2.0.
The problem I meet is,

1.Problem with Images
First I've added an image to my webpage...but even after I deleted that image and added a new image with the same name it still shows the first image only.

2.Problem with code
Another problem is that,even though I write the correct code with dataview to fill data into the textboxes,dropdownlists etc from database it doesn't get filled sometimes...But if I build my solution again and again I get the expected output with the same code.

In short my web pages don't get the updated changes at the first or second time...

What is wrong with my website???

Please help me...
Thank You in advance...
Posted

1 solution

Clean your solution, clear your cache and run the application.

If hosted on IIS, then restart it after the change.
If using ASP.NET webserver, then close/stop the webdevserver that is used to host your website. (You can find that in your task bar at bottom left near clock when running the application.)

In general the issue is of caching, using the old compiled files. Try after clearing those after the change.
 
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