Keeping ASP.NET server controls alive.

davearia

Centurion
Joined
Jan 4, 2005
Messages
184
Hi,

I have been Googling on ways to keep ASP.NET servers controls alive on the server.

I found this: http://authors.aspalliance.com/paulwilson/articles/?id=12. This seems to have been written for ASP.NET 1.1 as it says about changing your Global.asax to inherit from one their classes. In ASP.NET 2.0 if you add a Global asax file to your project its structure does not have a class declaration from what I can see. Have I got this right.

If there is a more recommended way of doing this please share.

Cheers, Dave.
 
Back
Top