Click here to Skip to main content
15,898,371 members

Comments by manoharnch (Top 37 by date)

manoharnch 4-Jan-12 9:07am View    
no sir, for text flds
manoharnch 4-Jan-12 6:51am View    
string Body = "User Name :" + Txt_Name.Text + Environment.NewLine + ", " + Environment.NewLine + "Contact No :" + Txt_Contact.Text + Environment.NewLine + ", " + Environment.NewLine + "Email :" + Txt_Email.Text + ", " + "Address :" + "'" + Txt_Address.Text + "'";

But i am not getting mail in this format

Raj
asf
asdf
asdf


it is in asdf, asdf, asdf, asdf
manoharnch 4-Jan-12 6:46am View    
string Body = "User Name :" + Txt_Name.Text+", " + "Contact No :" + Txt_Contact.Text + ", " + "Email :" + Txt_Email.Text + ", " + "Address :" +"'"+ Txt_Address.Text+"'";
manoharnch 4-Jan-12 6:46am View    
I tried it but not working
manoharnch 4-Jan-12 6:45am View    
i need it in c#