3 errors.. one line.. makes no sense to me...
the line....
<%@ Page language="c#" Codebehind="groupman.aspx.cs" AutoEventWireup="false" Inherits="groupman.WebForm1" %>
the errors...
\\server\wwwroot$\groupman\groupman.aspx(1): A namespace does not directly contain members such as fields or methods
this makes no sense cuz that line is pretty much the same for all apps
\\server\wwwroot$\groupman\groupman.aspx(1): Syntax error, '"' expected
no idea where i need a quote
\\server\wwwroot$\groupman\groupman.aspx(1): Preprocessor directives must appear as the first non-whitespace character on a line
it is..
I was having a problem with a control event, come to find out it wasnt initialized, created the init statement (was easy to do because there was one just like it so i know thats fine) and that was all i did and now i get those errors..
really lost here.