Bill Robertson's Blog

Browse by Tags

All Tags » .NET (RSS)
March North Dallas User Group
I've had it as a goal of mine for nearly two years and I finally was able to pull it off. It was a long arduous journey to get there, mostly out of confidence reasons, but I finally found a topic I was knowledgeable about and not everyone does. I've...
My way to assign "for" attribute on labels
I've been carrying this control around for a while. Mostly because I built this on an early version of MS Ajax, back when it was still called Atlas. I've finally updated it to MS Ajax RTM. My friend Neils is an avid accessibility guy. He was frustrated...
Please fix Visual Studio F1 key press
I just spent 2 minutes of my life waiting for my computer to respond and started this blog post before I could go back to work. I hit F2 trying to rename a file in my solution, but studio quit responding. I started getting more and more frustrated that...
How to add automatically add namespaces to .aspx pages.
Like many of my blog posts, this one is because I solved a frustration today and wanted to share. I have always been a code-behind type guy. I liked having my code seperate from my presentation... whatever. With Studio 2005, there was the 'magical' addition...
Visual Studio 2005 Power Toys
Download from Microsoft: http://www.microsoft.com/downloads/details.aspx?FamilyID=cd7c6e48-e41b-48e3-881e-a0e6e97f9534&DisplayLang=en Microsoft has just dropped a set of Visual Studio 2005 PowerToys. Here's what you get: Source Code Outliner : The...
How to override the "action" attribute of an Html Form.
Recently I needed to be able to change the action attribute of the form property. First, I overrode the RenderAttribute method of HtmlForm. protected override void RenderAttributes( HtmlTextWriter writer ) { base.Attributes.Remove( "action" ); base.RenderAttributes...
Posted: Oct 03 2006, 10:52 PM by Bill Robertson
Filed under:
More Posts