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 ?