473,326 Members | 2,173 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

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
Nov 17 '05 #1
2 1568
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.
-----Original Message-----
Hi All,

I've got a page with a couple of Datagrids on it and for some reason thepage is no longer being picked up by the framework and a very old version isbeing displayed instead. When I say old it is probably a .Net 1.0 and thensome time back in development as well.

The strange thing is if you hook up the debugger and pause it the old pagewon't display?? I've googled the groups and not found anything, suggestionsplease.

Bruce H
.

Nov 17 '05 #2
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" <ma***********@fmo.com> wrote in message
news:0c****************************@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.
-----Original Message-----
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
.

Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Xerxes | last post by:
Hi, how can I activate a login when someone clicks on a link? I want only authorized users to have access to the pages accessible through the links. Thanks.
5
by: Nathan Sokalski | last post by:
When I view my index.aspx page any time after the first time, I recieve the following error: System.Web.TraceContext.AddNewControl(String id, String parentId, String type, Int32 viewStateSize)...
0
by: Jonathan | last post by:
I have 3 webforms on 1 page each with Submit buttons. VB.net code activated by clicking the submit button in form 3 is not picking up the value of a field in form 2. It is just returning Null or...
9
by: newbiegalore | last post by:
Hello everyone :-) , Thanks to the gentle people on this group for helping me out with previous issues. :-D This time round I am facing what I perceive as a simple problem, which I have not found...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.