[Mono-bugs] [Bug 49819][Wis] New - Sometimes ImageButton doesnt get postback

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Oct 2003 23:55:07 -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 bmaurer@users.sf.net.

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

--- shadow/49819	2003-10-17 23:55:07.000000000 -0400
+++ shadow/49819.tmp.9314	2003-10-17 23:55:07.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 49819
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.Web
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Sometimes ImageButton doesnt get postback
+
+Description of Problem:
+In this example, ImageButton does not get triggered when clicked
+
+Steps to reproduce the problem:
+1. Open the Zip file I am about to attach
+2. cd newtelligence.DasBlog.Web; xsp
+3. go to http://localhost:8080/EditNavigatorLinks.aspx
+4. click the x button
+
+Actual Results:
+Acts just like you refresh
+
+Expected Results:
+The navigatorLinksGrid_DeleteCommand method is called, and the item is deleted.