Click here to Skip to main content
15,895,740 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Is there an easy way to do this? Pin
Christian Graus16-May-08 14:16
protectorChristian Graus16-May-08 14:16 
GeneralRe: Is there an easy way to do this? Pin
gantww16-May-08 16:45
gantww16-May-08 16:45 
QuestionA calendar page based on RSS or some regular feed..??? Pin
pankazmittal16-May-08 10:27
pankazmittal16-May-08 10:27 
QuestionHighlighting the active menu item for selected page Pin
rferraioli16-May-08 10:22
rferraioli16-May-08 10:22 
QuestionNeed an Integrateable Self-service Reporting Solution Pin
ch3ckmat316-May-08 6:55
ch3ckmat316-May-08 6:55 
AnswerRe: Need an Integrateable Self-service Reporting Solution Pin
SomeGuyThatIsMe16-May-08 8:13
SomeGuyThatIsMe16-May-08 8:13 
QuestionSingleton object and Garbage collector Pin
ducretpatrick16-May-08 4:14
ducretpatrick16-May-08 4:14 
AnswerRe: Singleton object and Garbage collector Pin
Guffa16-May-08 12:03
Guffa16-May-08 12:03 
ducretpatrick wrote:
Garbage collector destroy my instance page behind yes or no after use ?, because instance page behind always reference an instance singleton object.


I can't really determine which instance it is that you mean...

The instance of the MyPageBehind class will be up for collection when the request has been handled.

The instance of the singleton will never be collected. The singleton class has a static reference to the instance once you have created it.

Despite everything, the person most likely to be fooling you next is yourself.

AnswerRe: Singleton object and Garbage collector Pin
Mark Churchill18-May-08 4:08
Mark Churchill18-May-08 4:08 
QuestionNeed urgent help in ASP .NET Pin
ddeka16-May-08 4:12
ddeka16-May-08 4:12 
AnswerRe: Need urgent help in ASP .NET Pin
SomeGuyThatIsMe16-May-08 8:16
SomeGuyThatIsMe16-May-08 8:16 
AnswerRe: Need urgent help in ASP .NET Pin
Blue_Boy16-May-08 9:12
Blue_Boy16-May-08 9:12 
Questioncriters in Gridview Pin
foryou16-May-08 4:05
foryou16-May-08 4:05 
AnswerRe: criters in Gridview Pin
SomeGuyThatIsMe16-May-08 8:10
SomeGuyThatIsMe16-May-08 8:10 
GeneralThanks Pin
foryou17-May-08 7:06
foryou17-May-08 7:06 
GeneralRe: criters in Gridview Pin
foryou19-May-08 0:06
foryou19-May-08 0:06 
QuestionProblem checking out a SharePoint document using a web part Pin
JimmyRopes16-May-08 3:06
professionalJimmyRopes16-May-08 3:06 
QuestionProblem with UpdatePanel Pin
Johndas16-May-08 2:50
Johndas16-May-08 2:50 
AnswerRe: Problem with UpdatePanel Pin
Vinay Dornala19-May-08 3:12
Vinay Dornala19-May-08 3:12 
Questionhow to show 2 fields of values in a label in a datalist Pin
Farhad Eft16-May-08 2:31
Farhad Eft16-May-08 2:31 
AnswerRe: how to show 2 fields of values in a label in a datalist Pin
Christian Graus16-May-08 2:34
protectorChristian Graus16-May-08 2:34 
GeneralRe: how to show 2 fields of values in a label in a datalist Pin
Farhad Eft16-May-08 3:00
Farhad Eft16-May-08 3:00 
GeneralRe: how to show 2 fields of values in a label in a datalist Pin
Christian Graus16-May-08 3:02
protectorChristian Graus16-May-08 3:02 
GeneralRe: how to show 2 fields of values in a label in a datalist Pin
Farhad Eft16-May-08 3:06
Farhad Eft16-May-08 3:06 
GeneralRe: how to show 2 fields of values in a label in a datalist Pin
Christian Graus16-May-08 3:12
protectorChristian Graus16-May-08 3:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.