Browse by Tags
All Tags »
.NET (
RSS)
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...
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...
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...
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...
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...
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...
More Posts