view in browser

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

Hi,
I'm experimenting with aspx. When I build a form with code-behind code it's
possible to run with a mouse right-click and menu 'view in browser'. A
browser window is opened within VB.NET. Works fine. But after making
adjustments in the vb file the changes are not available after again using
the view in browser mousemenu? Probably because of caching. How do I get
around that?
It does work using key F5, but that takes longer. I want to use the
'mousemenu browser'.
Thanx
Frank
 
Changes in codebehind need to be recompiled. This is exactly what F5 is
doing before opening the browser.

_____________________________________________________________
B&D Technologies
http://www.bd-tech.com
Antoni Biliardis - antoni(at)bd-tech.com

O/H Frank Ýãñáøå:
 
Hi Frank,

The view in browser is more for HTML.

For aspx pages and code you better can use the normal debug.

I am not sure what you do, when you start changing your source view in a
notebook is with view in browser the same as that you would do that with by
instance the microsoft site in a notebook, there is no effect at all.

Or another thing what can happen is, that when you are busy with view in
browser you use the page in cash, when you have made changes, than the
minium what you have to do is refresh (however when there are javascript
files in it, you should have to close it and completly show it in browser
again)

I hope I clear it for you with this a little bit?

Cor
 
Back
Top