Viewing post 1 (of 1 total)
For set a SQL to return HTML CODE with mailto you can exec this sql:
Dim Sql As String = "Select Coalesce(NombreCliente,'') +'
Teléfono:'+ Coalesce(TelefonoParticular,'') + '
Movil:' + Coalesce(TelefonoMovil,'') + "
...
June 7, 2013 at 2:28 am
#1622001