March 2010 Entries
Just a quick note - one of my side projects, a membership provider for ASP.net utilizing NHibernate for its persistence layer, is now on codeplex. The project URL is http://nhmemberprovider.cod... Enjoy
In my office, I have a wall mounted monitor who's whole purpose in life is to display perfmon stats from our various servers. And on a fairly regular basis, I have folks walk by asking what the lines mean. After providing the requisite explaination about CPU utilization, disk I/O bottlenecks, etc. this is usually followed by some blank stares from the user in question, and a distillation of all of our engineering wizardry down to the phrase 'So when the red line goes up that's bad then?' This of...
Just a quick tip for working with the gridview in ASP.Net. If your data column contains HTML text, you've probably seen something like this in your gridview after pulling the data: <font color="red">First Item</font><br/>... color="green">Second Item</font><br/>... color="blue">Third Item</font> To have the relevant column render in HTML, just go to your gridview property pages, find the column you need rendered in HTML, and click 'convert this...