By host on
6/12/2008 6:40 PM
Most of the applications which I develop are report driven, time critical information systems. For this reason I have always found it useful to be able to format the output of a datagrid at runtime. In most cases, I will just change the background colour of a cell\row, in other cases I will change the text depending on the criteria.
Merging Two Fields
Firstly you will need this function in your code page.
ProtectedFunction createFullName(ByVal fName
Read More »