Browse by Tags

All Tags » Bug (RSS)

Can You Spot the Bug? Lethal Combination

I blogged not too long ago about some stuffs that I was pondering … Finally found out how one can get the “ Object of type ‘System.Decimal’ cannot be converted to type ‘System.Int32’ ” error.   Given this code: 1: using System; 2: using System.Data;...
Posted by Jimmy Chandra | 1 comment(s)
Filed under: ,

It's Time to Play SPOT THE BUG!!

*cheer* All right, ladies and gentlemen. I'm your host with the most, BuggyFixius. *cheer and clappings* Today we have an exciting web bug for you. Let's see if you can... *altogether now* SPOT THE BUG!! We have with us today, an ASP.NET website...
Posted by Jimmy Chandra | 5 comment(s)
Filed under: ,

Excel 2007 Bug

Apparently there is an Excel 2007 Bug that is running rampant. I was informed by this by my coworker today regarding the bug. The bug: Try entering = 850 * 77.1 in any cell, you'll get a result of 100000 which should have been 65535 (0xFFFF in hexadecimal...
Posted by Jimmy Chandra | 1 comment(s)
Filed under: ,

Quirky Vista

Using Vista Business (RTM) since last December as my main work environment, I've been. A little annoying quirk that couldn't be rid of completely I found. Perhaps a bug it is. (Speaking like Yoda, am I?) Anyhow... The little quirk is ... for some...
Posted by Jimmy Chandra | with no comments
Filed under: , ,

DataGridView, DataConnector and Deleting Quirkiness

I was playing around with my copy of Whidbey Beta. Perhaps it's due to inexperience, perhaps it's something else, but for the love of God, I couldn't figure out how to add Delete functionality to the new DataGridView WinForm control that would not crash...
Posted by Jimmy Chandra | 1 comment(s)
Filed under: ,