Tag Archives: aspx

Injecting javascript into asp.net via code

Microsoft has a great MSDN article on using javascript along asp.net, but they didn’t mention a technique I like to use, put it in a Literal control.  While there are many ways to add javascript to a page, I find … Continue reading

Posted in .net, C#, development, microsoft, tips and tricks | Tagged , , , , , , | 2 Comments

How to customize WebForm1.aspx in Visual Studio 2003

I finally found out where to customize the WebForm1.aspx template for Visual Studio 03. C:\Program Files\Microsoft Visual Studio .NET 2003\VC#\VC#Wizards\CSharpAddWebFormWiz\Templates\1033\WebForm1.aspx Now I don’t have to keep removing all those extra tags that Visual Studio likes to add. MS_POSITIONING?!?! Am I … Continue reading

Posted in .net, hack, microsoft | Tagged , , , | Leave a comment