Archives
-
Windows Ultimate Extras: Hold Em Poker Game
Today was the first time I noticed some "extras" for Windows Ultimate Extras. I noticed two downloads: BitLocker and EFS enhancements, and Hold Em Poker Game.
-
Dan Wahlin Featured On Speaker's Corner
Dan Wahlin with Interface Technical Training is the current highlight at the Speaker's Corner on the INETA web site.
-
Cheat At ASP.NET AJAX
Thanks to Milan Nogovan from ASP.NET Resources, we can now cheat at ASP.NET AJAX.
-
Creating A Custom DataBound Templated Control In ASP.NET 2.0
Below is the html source view of the custom templated databound control. Note that it is currently referencing an ObjectDataSource control. The SelectMethod property of the ObjectDataSource control calls a method named GetStudents which returns List<Student>