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 plin (AT) metier (DOT) com.
shadow/786462006-06-14 12:04:59.000000000 -0400
shadow/78646.tmp.106962006-06-14 12:04:59.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 78646
+Product: Mono: Class Libraries
+Version: 1.1
+S:
+S Details: Red Hat Fedora Core 5
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo (AT) ximian (DOT) com
+ReportedBy: plin (AT) metier (DOT) com
+QAContact: mono-bugs (AT) ximian (DOT) com
+TargetMilestone:
+URL:
+Cc:
+Summary: IsPostback returns true during AJAX call with .Net and false with Mono
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+A third party web grid contorl we uses implemented Ajax scrolling that
+works correctly in .Net but not in Mono. After some investigation we
+found out Mono and .Net behaves different with the Ajax parameter they
+used.
+It turns out Mono is checking for __VIEWSTATE to determine is web request
+is a postback or not while .Net checks for either __VIEWSTATE or
EVENTTARGET.
+
+Steps to reproduce the problem:
+1. Create an Ajax call with HttpRequestMethod = "PST", and sent() with
+this
+parameter ""
+2. Create a website to accept the Ajax call
+3. Print out IsPostback value
+
+Actual Results:
+Ajax call is not considered as postback
+
+Expected Results:
+Ajax call should be considered as postback
+
+How often does this happen?
+Always
+
+Additional Information:
+I am not sure if the .Net behavior is correct in respect to documentation
+or if the web control is coded to a bug, but we would like the behavior of
+Mono to match .Net
mono-bugs maillist - mono-bugs (AT) lists (DOT) ximian.com