Archives for: March 2010
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 »