| |
osmarmedia
Posts: 2
Score: 0
Joined: 6/30/2005
From:
Status: offline
|
How do I hide sections of an ASP VBSCRIPT page with empty recordset values rather than empty record sets- i.e. empty fields? Apparently the code in JavaScript is: <%if (@@RecordsetName@@.Fields.Item("@@ColumnName@@").Value !=null) { %> What is it in VBSCRIPT ? Any help appreciated, thanks, Gregg
|
|