[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 19:23: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 ljones@lithonia.com.

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

--- shadow/43423	Wed May 21 18:40:20 2003
+++ shadow/43423.tmp.9593	Wed May 21 19:23:20 2003
@@ -106,6 +106,13 @@
 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).
 
+
+------- Additional Comments From ljones@lithonia.com  2003-05-21 19:23 -------
+Public void Page_Load() works in Microsoft C#, but had to change it 
+to: void Page_Load (object o, EventArgs args) to get it to work in 
+Mono.
+
+