What? That’s what I said too when I first discovered the exploit. I didn’t think it was so easily possible to extract usernames and passwords […]
GridView does not have a default Insert Support
Here is a fun fact for you. The ASP.NET GridView control does not have default Insert Support for your objects, even if you are using […]
DataGridViewButtonColumn Text Won’t Show
This is a stupid Gotcha, like most Gotchas it is just irritating and something that frankly could have been designed better. The Gripe If you […]
C# String PadLeft() and PadRight()
This has been an irritating method to use especially when you don’t use it too often. Here are some tips about using PadLeft() and PadRight(). […]