Monthly Archives: October, 2008
Safe Rewriting URL Encoder
When using URL rewriting to make nice URLs without querystrings, it is useful to include a meaningful name for the page, i.e. the page title, in the URL itself. This helps usability in distinguishing pages and also aids search engines in spidering different content that may be generated by a single page on your server. [...]
Blogger extensions and integration using ASP.NET
After recently starting this blog using my Blogger account and its FTP publishing feature I wanted a more seamless integration with my existing site for the index page of the blog. In other words, I wanted to show the latest blogs as part of my existing site using the masterpage I have in ASP.NET. To [...]
Blog Launch
I’ve started this blog on my site to catalogue anything I think might be of use or interest to everyone else, or to me when I forget what I did! This will most likely be software development related stuff, since this is what I do day in day out. This will mainly be ASP.NET/VB.NET/C# stuff [...]
Programmatically Setting the Default Button of a Textbox
In ASP.NET, setting the default button of a textbox is usually a simple task as you simply wrap the button and textbox in an asp:panel and set the ‘defaultbutton’ attribute on the panel. Sometimes however, it is not possible to put the button and textbox in a panel together, for example if the textbox is [...]
Recent Comments