Stopping client side validation and postbacks

A couple of ways to stop client side validation firing, especially when using non asp.net controls: Set the onclick event of the image/button etc to be onclick=”return false;” then instead of using the onclick event to fire a method, use…

Muting audio channels using Mixer Control API

I recently had a problem on a job where no matter what we did, we could not control the left/right balance programmatically on two specific PC’s. We tried using various methods: Windows Media player API DirectSound APi WinMM.dll Praying None…

Dotnet Charting

I was looking for some suitable dotnet charting components/code and came across the following three articles. http://www.c-sharpcorner.com/UploadFile/pseabury/2DCharting11152005052210AM/2DCharting.aspx http://www.c-sharpcorner.com/UploadFile/steve_hall/drawinglinechart02072007053420AM/drawinglinechart.aspx http://www.c-sharpcorner.com/UploadFile/jodonnell/ChartingInGDIplus11192005063716AM/ChartingInGDIplus.aspx Heres a screenshot of the one i’m using: