Send pasted table via email with same format

Last post 04-03-2013, 4:07 PM by gonzalezjc. 2 replies.
Sort Posts: Previous Next
  •  04-02-2013, 4:31 PM 77134

    Send pasted table via email with same format

    Hello All!

    I used the cute editor to paste a excel table. I have no problems to paste it and save it into a sql database, but i need to send it via email also...

    i already can send the email, but i received text with not format...

    i received this for example:

     

    Count of Request number <td style="border-bottom: #f0f0f0; border-left: black 0.5pt solid; backgr 

     

    and i try to sent something like this:

     

    Count of Request number Customer Related    
    cfnuF No Yes Grand Total
    FICO 1   1
    _DMO   1 1

     

    I hope somebody can help me.

    I use asp.net (VS 2010) and i tried to received on Outlook 2010.

  •  04-03-2013, 12:32 PM 77146 in reply to 77134

    Re: Send pasted table via email with same format

    Hi gonzalezjc,

     

    It works fine for me. Please try email demo http://cutesoft.net/example/Online-email.aspx with the code below.

     

    <table border="0" cellspacing="2" cellpadding="2" width="500" style="border:solid 1px black">
         <tbody>
             <tr>
                 <td>&nbsp;Count of request number&nbsp;</td>
                 <td>&nbsp;customer related</td>
                 <td>&nbsp;</td>
                 <td>&nbsp;</td>
                 <td>&nbsp;</td>
             </tr>
             <tr>
                 <td>&nbsp;cfnuf</td>
                 <td>No&nbsp;</td>
                 <td>Yes&nbsp;</td>
                 <td>Grand</td>
                 <td>&nbsp;Total</td>
             </tr>
             <tr>
                 <td>&nbsp;FICO</td>
                 <td>&nbsp;</td>
                 <td>&nbsp;1</td>
                 <td>&nbsp;</td>
                 <td>&nbsp;1</td>
             </tr>
             <tr>
                 <td>&nbsp;_DMO</td>
                 <td>&nbsp;</td>
                 <td>&nbsp;</td>
                 <td>&nbsp;1</td>
                 <td>&nbsp;1</td>
             </tr>
         </tbody>
    </table>
     

    Regards,

     

    ken 

  •  04-03-2013, 4:07 PM 77147 in reply to 77146

    Re: Send pasted table via email with same format

    Hi Ken,

    Thanks for your response.

    I want to know the propertie on the control to obtain the information on that format...

     

    Regards

View as RSS news feed in XML