Click here to Skip to main content
15,916,030 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: sms Pin
Vasudevan Deepak Kumar6-Mar-07 10:03
Vasudevan Deepak Kumar6-Mar-07 10:03 
Questiondynamically generating image control and identifying which button is clicked.. Pin
krishna_mag1-Mar-07 20:08
krishna_mag1-Mar-07 20:08 
AnswerRe: dynamically generating image control and identifying which button is clicked.. Pin
Michael Sync1-Mar-07 20:16
Michael Sync1-Mar-07 20:16 
Questionbrowser info Pin
shah zad1-Mar-07 19:47
shah zad1-Mar-07 19:47 
AnswerRe: browser info Pin
playout1-Mar-07 20:06
playout1-Mar-07 20:06 
GeneralRe: browser info Pin
Michael Sync1-Mar-07 20:13
Michael Sync1-Mar-07 20:13 
GeneralRe: browser info Pin
shah zad1-Mar-07 22:41
shah zad1-Mar-07 22:41 
QuestionHow can i send email from my webform Pin
anujose1-Mar-07 19:46
anujose1-Mar-07 19:46 
my code is like this

MailMessage mail=new MailMessage();

mail.To ="anu@gmail.com";
mail.From ="anu2@gmail.com";
mail.Subject = "Hai";
mail.Body = "your subject";
SmtpMail.Send(mail);


it's executing.but i am not getting msg in my mail?what is the problem?

When i am using this code
Smtpmail.send(="anu@gmail.com","anu2@gmail.com","Hai","your subject")
i am getting mail in anu2



can anyone tell what is the problem in above code? is there any thing i haveto set in webconfig file?Then How?.......


Can anyone please help me?..it's urgent

AnswerRe: How can i send email from my webform Pin
Sylvester george1-Mar-07 19:53
Sylvester george1-Mar-07 19:53 
GeneralRe: How can i send email from my webform Pin
anujose1-Mar-07 20:25
anujose1-Mar-07 20:25 
AnswerRe: How can i send email from my webform Pin
Spunky Coder1-Mar-07 22:13
Spunky Coder1-Mar-07 22:13 
AnswerRe: How can i send email from my webform Pin
shah zad1-Mar-07 22:38
shah zad1-Mar-07 22:38 
GeneralRe: How can i send email from my webform Pin
anujose2-Mar-07 0:21
anujose2-Mar-07 0:21 
GeneralRe: How can i send email from my webform Pin
Sylvester george2-Mar-07 1:47
Sylvester george2-Mar-07 1:47 
GeneralRe: How can i send email from my webform Pin
anujose2-Mar-07 18:01
anujose2-Mar-07 18:01 
GeneralRe: How can i send email from my webform Pin
Haissam3-Mar-07 14:23
Haissam3-Mar-07 14:23 
AnswerRe: How can i send email from my webform [modified] Pin
Vasudevan Deepak Kumar4-Mar-07 2:14
Vasudevan Deepak Kumar4-Mar-07 2:14 
Questionpopup blokcer detection using javascript Pin
babutkchn1-Mar-07 19:38
babutkchn1-Mar-07 19:38 
AnswerRe: popup blokcer detection using javascript Pin
Vasudevan Deepak Kumar4-Mar-07 2:15
Vasudevan Deepak Kumar4-Mar-07 2:15 
Questionvery urgent About HTML and Web server controls in asp.net Pin
Vinay Dornala1-Mar-07 19:10
Vinay Dornala1-Mar-07 19:10 
AnswerRe: very urgent About HTML and Web server controls in asp.net Pin
Malayil alex1-Mar-07 19:20
Malayil alex1-Mar-07 19:20 
AnswerRe: very urgent About HTML and Web server controls in asp.net Pin
SpiderR1-Mar-07 19:26
SpiderR1-Mar-07 19:26 
AnswerRe: very urgent About HTML and Web server controls in asp.net Pin
badgrs1-Mar-07 22:47
badgrs1-Mar-07 22:47 
Questionvery urgent About HTML and Web server controls in asp.net Pin
Vinay Dornala1-Mar-07 19:09
Vinay Dornala1-Mar-07 19:09 
AnswerRe: very urgent About HTML and Web server controls in asp.net Pin
Sylvester george1-Mar-07 20:02
Sylvester george1-Mar-07 20:02 

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.