Cant even create a page without errors...

Discussion in 'ASP.NET / ASP.NET Core' started by aCiD2, Jun 26, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello, I'm new to ASP.NET so I may be doing something dumb but, I have a page created in visual studio .net 2003, and without any adjustments, it fails to display.

    This is the page:
     
  2. Did you compile the project? Everything in code behind files is not availble to the ASPX pages unless you compile them. Alternatively if you place the code inline in the ASPX page, no compile is necessary for new code or changes to code.
     
  3. Hehe yea, I forgot to compile :p
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page