473,385 Members | 1,279 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,385 software developers and data experts.

_Deleted

AJ
I got an error page (runtime error) on my ASP app, stating
that the _Deleted field was not found.

Now, I never declared a _Deleted field, so I'm assuming it
should exist somewhere in the inherited 'Page' class (or
one of its parents/ancestors).

I stopped the runtime error by including:

<code>
public static String _Deleted
{
get
{
return "true";
}
}
</code>

but, not knowing what this field is, or what caused the
error, I don't want to include this little hack.

Does anyone know what this is all about. I'd appreciate
any help.

Thanks,

AJP
Nov 17 '05 #1
1 1000
What did the stack trace look like on that exception?

bill

"AJ" <a@b.com> wrote in message
news:03****************************@phx.gbl...
I got an error page (runtime error) on my ASP app, stating
that the _Deleted field was not found.

Now, I never declared a _Deleted field, so I'm assuming it
should exist somewhere in the inherited 'Page' class (or
one of its parents/ancestors).

I stopped the runtime error by including:

<code>
public static String _Deleted
{
get
{
return "true";
}
}
</code>

but, not knowing what this field is, or what caused the
error, I don't want to include this little hack.

Does anyone know what this is all about. I'd appreciate
any help.

Thanks,

AJP

Nov 17 '05 #2

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

Similar topics

0
by: Yair Cohen | last post by:
Hello, I'm doubt which is the best way to implement archive old and deleted items in database: 1. by defining fldArchive boolean column to any table. 2. by defuning _deleted copy table holds...
1
by: Dave Reed | last post by:
I'm getting this error: Script View.cpp(40) : warning C4277: imported item 'Homegazer::CoreLibrary::ScriptTable::_Deleted' exists as both data member and function member; data member ignored ...
2
by: David C | last post by:
I am trying to step through my code, and when it comes to certain methods, instead of stepping into the method, it crashes and this error message shows. Method not found: Int64 ?._Deleted(). ...
4
by: Alex | last post by:
Hello all. I have been using visual studio 2003 for several months, and today, I suddenly recieved the following error when I tried to open the web project I have been working on for the last 2...
4
by: Yogesh | last post by:
Hi List, I am overloading new and delete globally for memory leak detection. void* operator new(std::size_t s, const char * file , int inLine) ; ->case1 void* operator new(std::size_t s, const...
10
by: Max Yuzhakov | last post by:
Hello! It is correct behaviour for python to call __del__ on some identity of a class object more than once? In brief I shall describe a situation. Sorry for my english. For debugin...
17
by: Cralis | last post by:
I am trying to populate a ListView with a list of 'Models' of cars. I have a data object class for my models, which has a function, 'getListOfModels', which I want to retuyrn a <Listof models. ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.