[Mono-bugs] [Bug 43423][Nor] Changed - MS SQL Server hangs Aspx Page

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 21 May 2003 18:40:20 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=43423

--- shadow/43423	Wed May 21 15:40:57 2003
+++ shadow/43423.tmp.23001	Wed May 21 18:40:20 2003
@@ -101,6 +101,11 @@
 way back to my first problem, which was trying to databind the Sql 
 Server db to a DataList.  Presto, now it works. HooRay!  This 
 wouldn't work in Mono 0.23, so apparently something was fixed in 0.24 
 or the latest Mod_Mono (which I use).  So the only questions 
 remaining are why the Mono and MS code behaves differently, but I 
 don't really care much right now as long as I have it working.
+
+------- Additional Comments From gonzalo@ximian.com  2003-05-21 18:40 -------
+did 'Public void Page_Load()' work? AFAIK, you need to either override
+OnLoad or use Page_Load (object o, EventArgs args).
+