Click here to Skip to main content
15,910,797 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to monitor WCF/web services traffic? Pin
blackjack21507-Oct-08 2:42
blackjack21507-Oct-08 2:42 
GeneralRe: how to monitor WCF/web services traffic? Pin
George_George7-Oct-08 21:41
George_George7-Oct-08 21:41 
QuestionSmart device screen resolution Pin
Scalpa6-Oct-08 22:17
Scalpa6-Oct-08 22:17 
QuestionCreate HeaderFooter object in Word using C# Pin
Harish (Developer)6-Oct-08 21:14
Harish (Developer)6-Oct-08 21:14 
AnswerRe: Create HeaderFooter object in Word using C# Pin
dan!sh 6-Oct-08 23:46
professional dan!sh 6-Oct-08 23:46 
GeneralRe: Create HeaderFooter object in Word using C# Pin
Harish (Developer)7-Oct-08 2:13
Harish (Developer)7-Oct-08 2:13 
Questionpaging list(horizontal) control Pin
Member 39813666-Oct-08 21:03
Member 39813666-Oct-08 21:03 
QuestionRead HTML file and replace relative path of images with absolute Pin
DJ2456-Oct-08 20:43
DJ2456-Oct-08 20:43 
Hai frnds,

Here is my html file : Test.html

<html><body> <table> <tr> <td><img src="$image$"/></td> <td> $title$</td> </tr> </table></body></html>


This is my C# code

string strImage = "TestImage.gif";
string strTitle = "HTML File";
string strMailBody = createMailBody("Test.html");// creating mail body
strMailBody = strMailBody.Replace("$image$", strImage);
strMailBody = strMailBody.Replace("$title$", strTitle);


Iam using this to send a mail. Problem is, at the receiver end image doesn't display. How to solve this?


Thanks in advance
PrajiRose | [Rose]
AnswerRe: Read HTML file and replace relative path of images with absolute Pin
Guffa6-Oct-08 23:02
Guffa6-Oct-08 23:02 
QuestionBuild installer for C# application Pin
Ethen6-Oct-08 19:53
Ethen6-Oct-08 19:53 
AnswerRe: Build installer for C# application Pin
Eduard Keilholz7-Oct-08 0:20
Eduard Keilholz7-Oct-08 0:20 
Questioncommunicate with linux server from .net application in windows Pin
kvPriya6-Oct-08 19:42
kvPriya6-Oct-08 19:42 
QuestionHow to get SharePoint List Actual url Pin
manju#1236-Oct-08 19:24
manju#1236-Oct-08 19:24 
QuestionDocking property of Datable for pda's Pin
sailesh_gupta6-Oct-08 18:49
sailesh_gupta6-Oct-08 18:49 
QuestionImplement an interface in my form Pin
Kevin Marois6-Oct-08 15:24
professionalKevin Marois6-Oct-08 15:24 
AnswerRe: Implement an interface in my form Pin
N a v a n e e t h6-Oct-08 16:06
N a v a n e e t h6-Oct-08 16:06 
AnswerRe: Implement an interface in my form Pin
Richard Blythe6-Oct-08 16:27
Richard Blythe6-Oct-08 16:27 
GeneralRe: Implement an interface in my form Pin
J4amieC6-Oct-08 22:28
J4amieC6-Oct-08 22:28 
GeneralRe: Implement an interface in my form Pin
Richard Blythe7-Oct-08 3:12
Richard Blythe7-Oct-08 3:12 
QuestionDrawing rectangles - with the mouse. Pin
dennycrane6-Oct-08 13:44
dennycrane6-Oct-08 13:44 
AnswerRe: Drawing rectangles - with the mouse. Pin
Pedram Behroozi6-Oct-08 13:52
Pedram Behroozi6-Oct-08 13:52 
GeneralRe: Drawing rectangles - with the mouse. Pin
Pedram Behroozi6-Oct-08 14:04
Pedram Behroozi6-Oct-08 14:04 
AnswerRe: Drawing rectangles - with the mouse. Pin
Pedram Behroozi6-Oct-08 13:53
Pedram Behroozi6-Oct-08 13:53 
AnswerRe: Drawing rectangles - with the mouse. Pin
Pedram Behroozi6-Oct-08 13:55
Pedram Behroozi6-Oct-08 13:55 
GeneralRe: Drawing rectangles - with the mouse. Pin
dennycrane6-Oct-08 13:56
dennycrane6-Oct-08 13:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.