Public Function GetHtmlString(rs)Dim StrHtmlDim FldLimiter,RowLimiterFldLimiter=""RowLimiter=" "If Not rs.EOF ThenStrHtml="" 'Table Tag'Prefix for 1 col valueStrHtml=StrHtml & ""StrHtml=StrHtml & rs.GetString(2,-1,FldLimiter,RowLimiter)'Trim of the Last StrHtml=Left(StrHtml,Len(StrHtml)-Len(" "))'Close TableStrHtml=StrHtml & "
"End IfEnd Function
Usage:
Response.Write(GetHtmlString(rs))
Share the Post:
Share on facebook
Share on twitter
Share on linkedin
Overview
Recent Articles:
7 Ways Technology Has Changed Traditional Payments
In today’s digital world, technology has changed how we make payments. From contactless cards to mobile wallets, it’s now easier
January 26, 2023
Data Execution Prevention and How it Works
No matter what you do or where you work, you are likely to encounter Windows software at some point or
January 25, 2023