Hello.<BR>Just installed VS.Net. <BR>In WebApplication I put an old HTML button and a webcontrol button on a form. The webapplication compiles with no errors. But when I view the webform in a browser, I can see HTML button but not webcontrol button! Moreover, execution would not stop on any of breakpoints I put in (say, on Form_Load). <BR>When I view source in brouser I can see server version of the server button. In other words it is not rendered as straight HTML. What am I doing wrong? Any ideas? <BR><BR>Thanks in advance. RomanHi,<BR><BR>I fixed the problem by downloading and installing <BR>Microsoft .NET Framework SDK from<BR><BR>http://msdn.microsoft.com/downloads/default.asp?URL=/code/topic.asp?URL=/msdn-files/028/000/123/topic.xml <BR><BR>I thought SDK should have been installed as part of Visual Studio installation. Anyway, this resolved the problem for me.<BR><BR>Roman