November 04, 2005

Skip Navigation LinksIrocon > Blog > 2005 > November, 2005 > November 04, 2005

It turns out, you can get arrested for 'Borrowing' bandwidth

The debate is kinda hot, but who'd have thought that just logging into and unsecured network could get you fined over $800 and lose your laptop and get probation. hhmmm.... interesting.One commenter said, "Just because I do not put a fence around my yard does not mean you walk all over in anyhow you want."Last Updated:Thursday, September 02, 2010By:alferoSource#

Dynamically populating a template

I just thought about this.....I havent been putting this to good useDim myControl As ASCXControl = CType (LoadControl(strPathToASCXControl), ASCXControl)Last Updated:Thursday, September 02, 2010By:alferoSource#

Custom error tags in web.config

This is just for reference purposes. An article on wwwcoder.com explains pretty well how to handle custom errors and how other IIS errors that the ASP.NET handler will not catch can be trapped.Last Updated:Thursday, September 02, 2010By:alferoSource#

Programatically setting the page title in ASP.NET

Fabrice's Weblog explains how to use an HTML control to change the page time Comments on Doug Reilly's Weblog take it a step further by using user controls to write the whole headerI'm still looking for the most effective way to render templates on my page. hmm its a little too late though because .net framework v2 already has most of these things taken care of. It does hurt to know I guess.Last Updated:Thursday, September 02, 2010By:alferoSource#