ASP.net not posting back to correct page
问题 So I have a slightly unorthodox application type. I have an aspx page called AddNewBlog.aspx. This page generates XML data from database queries and it include the file AddNewBlogXSL.aspx which is an xsl style sheet. The effect is that the AddNewBlog XML data is transformed by AddNewBlogXSL on the client side into XHTML. So although the requested page is AddNewBlog.aspx, the layouts and controls and forms are on AddNewBlogXSL.aspx since it contains all the layout and formatting. When on