Re: Insert Image but not from a directory or a website.

  •  01-20-2009, 11:18 AM

    Re: Insert Image but not from a directory or a website.

    OK,fantastic. Just one thing. If I write it in hard code like this it works fine:
    editor1.PasteHTML("<img src='http://www.wood-it.be/Carpenters/CarpentersAlbumPicturesLogo.asp?idCarp=2530'>");
     
    but the value of idCarp= is dynamic and if I write it this way, it does not work:
    editor1.PasteHTML("<img src='http://www.wood-it.be/Carpenters/CarpentersAlbumPicturesLogo.asp?idCarp="&pidCarp&"'>");
    and it is normal.
    How could I bypass this ?
View Complete Thread