Tuesday, August 24, 2004 - Posts

I HATE ASP

Ok i have one Small statment I Hate Bad writen Asp witch is only readable by the programmer who wrote it.
Second i hate to have to intergrate a ASP.NET system that i wrote into one of the 3 versions after that made me clear that all versions where about the same and finding out after making a great intergration into one version that the other two are totaly diffrend.

O yeah one last think ASP.NET is a 100000000000000000000000000000% better then ASP (this is a personal oppinion)

Happy Netting,
Warnar

Internal Compiler Error: stage 'BEGIN'

Strange error:
Internal Compiler Error: stage 'BEGIN'
and a lot more this because some enum i use the problem was that i typed Database.NameOfTheEnum.Option1 where Class was defined as Database.DB Class = new Database.DB()
But i didn't know that i just couldn't access a enum like that.
The way to access one is Database.DB.NameOfTheEnum.Option1 if you get my point hope you do.

Happy netting,
warnar