Parser Error
-
:confused::confused:I am developing a web-based data entry application. I am receiving a parser error 'cant find tag' when trying to view the aspx file on the server. There is quite a lot of error checking code and the page length is 320 lines long. When I remove any white line space between functions / subs or any notes i have in the code then the page loads fine but the code becomes cluttered. I would be grateful if someone could tell me why this is? Is it that the server can not compile the code as it is too long and its timeing out?
-
:confused::confused:I am developing a web-based data entry application. I am receiving a parser error 'cant find tag' when trying to view the aspx file on the server. There is quite a lot of error checking code and the page length is 320 lines long. When I remove any white line space between functions / subs or any notes i have in the code then the page loads fine but the code becomes cluttered. I would be grateful if someone could tell me why this is? Is it that the server can not compile the code as it is too long and its timeing out?
Why not use the code behind file to remove the cluster and make your aspx page more readable?