problem at mail
-
hiii i m using asp.net and i m sending a mail using gmail account,everything is fine in sending mail but in body part code is msg.Body = "Status is : '" + DropDownList3.SelectedValue.ToString() + "', for the Request of RMA No:'" + DropDownList1.SelectedValue.ToString() + "'"; its give out put in a single line without space, i want result like this Status is: ****** for the request of RMA no. is: ****** while result is coming like status no: ****** for the request of rma no: ******* please suggest me thanks
-
hiii i m using asp.net and i m sending a mail using gmail account,everything is fine in sending mail but in body part code is msg.Body = "Status is : '" + DropDownList3.SelectedValue.ToString() + "', for the Request of RMA No:'" + DropDownList1.SelectedValue.ToString() + "'"; its give out put in a single line without space, i want result like this Status is: ****** for the request of RMA no. is: ****** while result is coming like status no: ****** for the request of rma no: ******* please suggest me thanks