Click here to Skip to main content
15,893,161 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalpdf format Pin
sandhya1429-Jan-08 22:18
sandhya1429-Jan-08 22:18 
GeneralRe: pdf format Pin
Sun Rays29-Jan-08 23:33
Sun Rays29-Jan-08 23:33 
GeneralRe: pdf format Pin
sandhya1430-Jan-08 0:00
sandhya1430-Jan-08 0:00 
AnswerRe: pdf format Pin
Venkatesh Mookkan30-Jan-08 0:43
Venkatesh Mookkan30-Jan-08 0:43 
GeneralRe: pdf format Pin
Sun Rays30-Jan-08 0:52
Sun Rays30-Jan-08 0:52 
GeneralRe: pdf format Pin
Justin Perez30-Jan-08 3:28
Justin Perez30-Jan-08 3:28 
GeneralRe: pdf format Pin
sandhya1430-Jan-08 17:47
sandhya1430-Jan-08 17:47 
GeneralASP.NET 2003 Mail Problem Pin
Virendrak29-Jan-08 22:01
Virendrak29-Jan-08 22:01 
MailMessage mm = new MailMessage();
mm.To = txt_Email.Value.Trim();
mm.Priority = MailPriority.High;
mm.From = "mycompname@mydomain.com";
mm.Subject = "Hi "+ txt_FirstName.Value.Trim() +" , Thank you for registering.";
mm.BodyFormat = MailFormat.Html;
mm.Body = sbMail.ToString();

But this is not working for yahoo.com,co.uk, and Rediffmail.com.rediff.com.
the mail is bouncing back and in yahoo goin in bulk /Spam Folder.

Never Think That You Have Failed Instead Always Think That u hav Better Chance Next Time...

GeneralRe: ASP.NET 2003 Mail Problem Pin
N a v a n e e t h29-Jan-08 22:13
N a v a n e e t h29-Jan-08 22:13 
GeneralRe: ASP.NET 2003 Mail Problem Pin
Virendrak30-Jan-08 0:15
Virendrak30-Jan-08 0:15 
GeneralRe: ASP.NET 2003 Mail Problem Pin
Justin Perez30-Jan-08 3:30
Justin Perez30-Jan-08 3:30 
QuestionIntersting about Pop Blocker Pin
rain raj29-Jan-08 21:25
rain raj29-Jan-08 21:25 
GeneralRe: Intersting about Pop Blocker Pin
N a v a n e e t h29-Jan-08 22:10
N a v a n e e t h29-Jan-08 22:10 
GeneralRe: Intersting about Pop Blocker Pin
J4amieC29-Jan-08 22:31
J4amieC29-Jan-08 22:31 
GeneralBackground process in Asp.Net 1.1 Pin
attalurisubbu29-Jan-08 21:09
attalurisubbu29-Jan-08 21:09 
GeneralRe: Background process in Asp.Net 1.1 Pin
N a v a n e e t h29-Jan-08 21:54
N a v a n e e t h29-Jan-08 21:54 
Questionhow to add two style sheet to a text box Pin
jagan12329-Jan-08 20:45
jagan12329-Jan-08 20:45 
AnswerRe: how to add two style sheet to a text box Pin
Venkatesh Mookkan29-Jan-08 20:55
Venkatesh Mookkan29-Jan-08 20:55 
QuestionJava script is not working properly in content pages Pin
Raam29-Jan-08 20:43
Raam29-Jan-08 20:43 
GeneralRe: Java script is not working properly in content pages Pin
Venkatesh Mookkan29-Jan-08 20:46
Venkatesh Mookkan29-Jan-08 20:46 
GeneralRe: Java script is not working properly in content pages Pin
Raam29-Jan-08 22:17
Raam29-Jan-08 22:17 
GeneralRe: Java script is not working properly in content pages Pin
Venkatesh Mookkan29-Jan-08 23:26
Venkatesh Mookkan29-Jan-08 23:26 
GeneralRe: Java script is not working properly in content pages Pin
Raam30-Jan-08 0:25
Raam30-Jan-08 0:25 
GeneralRe: Java script is not working properly in content pages Pin
Venkatesh Mookkan30-Jan-08 0:49
Venkatesh Mookkan30-Jan-08 0:49 
GeneralRe: Java script is not working properly in content pages Pin
N a v a n e e t h30-Jan-08 1:05
N a v a n e e t h30-Jan-08 1:05 

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.