[Mono-bugs] [Bug 75310][Cri] New - asp.net 1.1 datalistitemcommand
event doesn't appear to work
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jun 18 10:58:28 EDT 2005
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 mmmurf at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75310
--- shadow/75310 2005-06-18 10:58:28.000000000 -0400
+++ shadow/75310.tmp.25317 2005-06-18 10:58:28.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 75310
+Product: Mono: Tools
+Version: 1.1
+OS:
+OS Details: windows sp2 w/ mono 1.1.8
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: XSP
+AssignedTo: gonzalo at ximian.com
+ReportedBy: mmmurf at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: asp.net 1.1 datalistitemcommand event doesn't appear to work
+
+Description of Problem:
+
+The datalist itemcommand event doesn't appear to be firing. I wrote a
+simple test case. DatGrid itemcommand does seem to work however, with
+virtually identical event handling code used by me in both cases.
+
+Steps to reproduce the problem:
+1. declare a datalist with a templatecolumn containing an asp:button with a
+commandname set.
+2. assign an event handling method for itemcommand that does a simple
+Response.Write when the event handler is called.
+3. fill the datalist and click on the button and see if the response.write
+prints on the screen.
+
+Actual Results:
+the postback occurs but the event handler doesn't apper to be called... i
+tested this both with the declarative syntax to assign the eventhandler and
+with programmatic syntax in the code file.
+
+Expected Results:
+the button should trigger the event to fire and the event handler method
+should print the aforementioned text.
+
+
+How often does this happen?
+always
More information about the mono-bugs
mailing list