Ask a Question related to ASP.NET General, Design and Development.
-
Bruce Hodge #1
ASP not picking up new page, very strange.
Hi All,
I've got a page with a couple of Datagrids on it and for some reason the
page is no longer being picked up by the framework and a very old version is
being displayed instead. When I say old it is probably a .Net 1.0 and then
some time back in development as well.
The strange thing is if you hook up the debugger and pause it the old page
won't display?? I've googled the groups and not found anything, suggestions
please.
Bruce H
Bruce Hodge Guest
-
Strange - my page content is jumping to the right
Hello I have a page with very limited content that is acting funny in MSIE Win: http://www.dorseygraphics.com/review/varian/vss/landing/ The... -
Page tiling in Illustrator10 gets moved when picking Distiller as a printer
When trying to print to Acrobat Distiller, the page tiles in my file get shifted/moved and some get lost. My goal is to print each tile as a separate... -
Strange page sizes…
When I print a .ps file from AI 10 and distill it with Distiller 6 the page size and orientation is sometime correct and sometime defaults to letter,... -
Open Web Page not picking up Style Sheet
Hi Everyone, I'm using Adobe Acrobat 5.0 on Windows XP and would like to create a PDF file of my website. However, it does not pick up the... -
Very strange - ASP page called twice from Netscape
Page with a <form> action calls ASP page. The ASP page has the following structure <%@ LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Option Explicit... -
Masood Akthar #2
ASP not picking up new page, very strange.
Have you tried deleting files from the folder named
VSWebCache\<your site name>? Also you can give a
different name to your page than the older page.
Hope this helps.some reason the>-----Original Message-----
>Hi All,
>
>I've got a page with a couple of Datagrids on it and forvery old version is>page is no longer being picked up by the framework and aa .Net 1.0 and then>being displayed instead. When I say old it is probablypause it the old page>some time back in development as well.
>
>The strange thing is if you hook up the debugger andanything, suggestions>won't display?? I've googled the groups and not found>please.
>
>Bruce H
>
>
>.
>Masood Akthar Guest
-
Bruce Hodge #3
Re: ASP not picking up new page, very strange.
Hi Masood,
I cleared out the cache files, but there was nothing for the guilty file! I
also renamed it with no joy.
So I started doing a line by line comparison with a working page and viola!
For some reason the Page_Load Event handler had been dropped by VS. The
method has now been corrected back to the listing below and all is working
again.
private void InitializeComponent()
{
this.Load += new System.EventHandler(this.Page_Load);
}
Bruce H
"Masood Akthar" <masood_akthar@fmo.com> wrote in message
news:0c1f01c34b18$f84a8f00$a001280a@phx.gbl...> Have you tried deleting files from the folder named
> VSWebCache\<your site name>? Also you can give a
> different name to your page than the older page.
>
> Hope this helps.> some reason the> >-----Original Message-----
> >Hi All,
> >
> >I've got a page with a couple of Datagrids on it and for> very old version is> >page is no longer being picked up by the framework and a> a .Net 1.0 and then> >being displayed instead. When I say old it is probably> pause it the old page> >some time back in development as well.
> >
> >The strange thing is if you hook up the debugger and> anything, suggestions> >won't display?? I've googled the groups and not found> >please.
> >
> >Bruce H
> >
> >
> >.
> >
Bruce Hodge Guest



Reply With Quote

