Category: ASP
Custom Paging with DataTable
Recently, i found the need to do some custom paging. With this i found several resources that used either a DataSource or a DataView. My specific problem was related to the fact that i was in need of a known column definition but a slightly custom page… more »
ASP Theming
Well, seems i have come to the realization to keep me from typing various properties to my ASP code controls before i deal with the codebehind, i will have to implement a Theme (StyleSheetTheme or Theme) for the site i am getting ready to bring to the 21… more »
Silverlight 3D core library
70% done with the core library (Planes, Bounding Spheres, Matrix, Vectors, etc) and working on a document that should help out future generation of 3D graphic developers to understand how to iterate through a Matrix, Vector, and Quaternion. I may go a b… more »