Help with a dataList

skunkx1

New member
Joined
Aug 4, 2005
Messages
4
Programming Experience
Beginner
I have a datalist that pulls variables from a dataset. This dataset holds statistics about many servers. Due to the fact that the servers are different (com, web, queue, etc.......), some servers have attributes that others don't have. Because of this some fields in the dataset are empty or null. I want my data list to output the populated fields and not the unpopulated ones. AKA- I don't want this:

Server: myServer
Last Boot: myLastBoot
Message Queue:
IIS Admin Service: myIISAdmin

I want this:

Server: myServer
Last Boot: myLastBoot
IIS Admin Service: myIISAdmin

If anybody can help in this i would be incredably greatful, thanks

Jon
 
Back
Top