I'd let ASP.NET handle the posting back, and focus more on doing the actual work. <BR><BR>All the visual elements should be contained in either Html or WebControls (or User Controls) and they should ...
When I change things in the designer, it correctly modifies the .cs file, so I know the @Page directive is correct. Everything builds correctly. However, none of the changes in the .cs file ever take ...