the page itself is html. Not xml. To add code to it Press F7. That will take you the the file.aspx.cs file where all the code will be sitting. As .net has code separation and its good practise to do it like that. If you want to code inline ala PHP style. Then you need to do it inside <% %> tags. But that is not advised
Bookmarks