Display does not always show the changes

A

active

I make changes in a .aspx file and press Ctrl+F5
The resultant display does not always show the changes.
Is there something else I must do to insure the changes show?


Thanks
 
N

Nathan Sokalski

With ASP.NET you must close the browser window and reopen it if you have
made changes to the application. This is why it is best to design
applications not to hardcode data into pages if possible (use a database,
xml file, or textfile so the data can be updated separately).
 
A

active

Thanks, I'll try that out right now.

Nathan Sokalski said:
With ASP.NET you must close the browser window and reopen it if you have
made changes to the application. This is why it is best to design
applications not to hardcode data into pages if possible (use a database,
xml file, or textfile so the data can be updated separately).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,123
Latest member
Layne6498
Top