This happened to me when the .NET Framework was not installed properly on my PC. The server can't render the controls and it gets ignored and sent to the browser.
If I recall correctly, you can use view->source and see your actual asp.net code. Like this:
<asp:Textbox ID="MyTextBox" runat="server"></asp:Textbox>
If you see this, that might be the problem.
Mark