El vie, 20-12-2002 a las 23:49, [EMAIL PROTECTED] escribi�: > > Hello, > > I'm starting to programming with .aspx web pages and I would know how > can I declare/define a class or struct and use it in the following calls > to one page (for example, one personal "list" that I can fill with user > data...). > > I saw the server-side-object.aspx example/test but it don't works (I > think the problem is related to class definition and in the traduction > level because generates bad c# code.
That sample works fine. What you're looking for has to be done in the global.asax file. Read the documentation about application level events. -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
