all groups > asp.net webcontrols > march 2007 >
You're in the

asp.net webcontrols

group:

Display does not always show the changes


Display does not always show the changes active
3/30/2007 9:40:48 PM
asp.net webcontrols:
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

Re: Display does not always show the changes Nathan Sokalski
3/31/2007 5:32:30 PM
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).
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/

[quoted text, click to view]

Re: Display does not always show the changes active
3/31/2007 9:31:08 PM
Thanks, I'll try that out right now.

[quoted text, click to view]

AddThis Social Bookmark Button