asp_ado_rds thread: Re: RDS
Are you formatting just for display purposes (keeping the non-formatted
"this_value" hidden??
Why not just format the display?
<%= FormatCurrency(rs("this_value")) %>
Or am I missing something?
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
asp_ado_rds thread: Re: RDS
Are you formatting just for display purposes (keeping the non-formatted
"this_value" hidden??
Why not just format the display?
<%= FormatCurrency(rs("this_value")) %>
Or am I missing something?
|