Category: News
Dynamically Loading Controls
Recently, i ran into a situation where i needed to daisy-chain several usercontrols together. The basic thought was similar to most sites "New User Data Entry" forms. You fill one out, and then you goto the next one to fill more incriminating informati… more »
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 »
Runtime Method/Class Call
Recently, i found myself wanting to dynamically (runtime) construct a method from a class and then call that method without developing a nasty logic structure.In essence, i wanted to perform this logic, based on known method/class naming:Dim tmpM… more »
Silverlight 3 Tutorial on Moveable background/terrain
I have developed a transition tutorial with some minor modifications for instantiation.SL3 TutOriginal posting by Mike Snow 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 »
:: Next >>