Bugzilla – Bug 313046
HtmlButton - DoPostBack() occur all the time
Last modified: 2007-09-15 21:24:06 UTC
---- Reported by yaronsh@mainsoft.com 2003-10-27 04:26:18 MST ---- Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: A DoPostBack() event is applied to HtmlButton even when no OnClick Handler was defined. Steps to reproduce the problem: 1. Open the attached aspx 2. Click on the button "HtmlButton" Actual Results: We get a text line of "Not suppose to happen" as response. The line is inserted on postBack (Page_Load) that not suppose to occur. Expected Results: No postback, no round trip to the server. How often does this happen? Always ---- Additional Comments From yaronsh@mainsoft.com 2003-10-27 04:26:55 MST ---- Created an attachment (id=165101) Testcase ---- Additional Comments From gonzalo@ximian.com 2003-11-27 02:20:08 MST ---- Works with current CVS Imported an attachment (id=165101)