admin
-
7/13/2005 3:29:02 PM
Re: BUG: The resource cannot be found (on Postback)
Hi Janusz,
Thank you for details. We have used the repro-steps and I'd like to confirm that we can reproduce the issue. However, we were able to fix the problem using the following code in the News2.aspx.vb file:
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load RegisterStartupScript("PostBackFix", "<script>document.forms[0].action='';</script>") End Sub
After recompilation, the postback works fine.
Could you please try it on your machine as well?
Thank you.
Best Regards,
|