Click here to Skip to main content
15,902,635 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralObjectDataSource usage Pin
imak15-Jan-08 5:55
imak15-Jan-08 5:55 
GeneralRe: ObjectDataSource design question - REPOST - URGENT Help needed Pin
Not Active15-Jan-08 8:15
mentorNot Active15-Jan-08 8:15 
GeneralRe: ObjectDataSource usage Pin
imak15-Jan-08 10:04
imak15-Jan-08 10:04 
GeneralRe: ObjectDataSource usage Pin
Pete O'Hanlon15-Jan-08 10:11
mvePete O'Hanlon15-Jan-08 10:11 
GeneralRe: ObjectDataSource usage Pin
Not Active15-Jan-08 11:46
mentorNot Active15-Jan-08 11:46 
GeneralA little question about sending emails Pin
Rocky#15-Jan-08 4:33
Rocky#15-Jan-08 4:33 
GeneralRe: A little question about sending emails Pin
ToddHileHoffer15-Jan-08 5:44
ToddHileHoffer15-Jan-08 5:44 
GeneralRe: A little question about sending emails [modified] Pin
Rocky#15-Jan-08 19:09
Rocky#15-Jan-08 19:09 
thanks it worked
I did it like this with the MailAddress object msg

MailAddress fromEmail = new MailAddress(from,SenderName);
            MailAddress toEmail = new MailAddress(to);
            System.Net.Mail.MailMessage msg = new System.Net.Mail.MailMessage(fromEmail,toEmail);


Rocky

Success is a ladder which you can't climb with your hands in your pockets.

modified on Wednesday, January 16, 2008 1:21:00 AM

GeneralAjaxCalender Control Pin
kinnuP15-Jan-08 3:13
kinnuP15-Jan-08 3:13 
Generalcolour pallette n visual web developer Pin
eyeseetee15-Jan-08 2:56
eyeseetee15-Jan-08 2:56 
GeneralDate culture Pin
samerh15-Jan-08 2:35
samerh15-Jan-08 2:35 
GeneralRe: Date culture Pin
Abhijit Jana15-Jan-08 2:51
professionalAbhijit Jana15-Jan-08 2:51 
AnswerRe: Date culture Pin
Guffa15-Jan-08 3:57
Guffa15-Jan-08 3:57 
GeneralDatakeys issue Pin
samerh15-Jan-08 2:02
samerh15-Jan-08 2:02 
GeneralRe: Datakeys issue Pin
samerh15-Jan-08 2:57
samerh15-Jan-08 2:57 
GeneralSending SMS through Application Pin
.NET- India 15-Jan-08 1:46
.NET- India 15-Jan-08 1:46 
GeneralRe: Sending SMS through Application Pin
Abhijit Jana15-Jan-08 2:04
professionalAbhijit Jana15-Jan-08 2:04 
GeneralRe: Sending SMS through Application Pin
.NET- India 15-Jan-08 19:49
.NET- India 15-Jan-08 19:49 
GeneralRe: Sending SMS through Application Pin
Vasudevan Deepak Kumar15-Jan-08 20:33
Vasudevan Deepak Kumar15-Jan-08 20:33 
Generalissues related migration of a prject from vb to .net Pin
soniasan15-Jan-08 1:38
soniasan15-Jan-08 1:38 
Questionhow i can covert the mmm date format to mm format using javascript Pin
jagan12315-Jan-08 1:04
jagan12315-Jan-08 1:04 
AnswerRe: how i can covert the mmm date format to mm format using javascript Pin
Pankaj Garg15-Jan-08 1:15
Pankaj Garg15-Jan-08 1:15 
Generalurgent: getting an error Pin
rockz...15-Jan-08 0:40
rockz...15-Jan-08 0:40 
GeneralRe: urgent: getting an error Pin
Abhijit Jana15-Jan-08 0:42
professionalAbhijit Jana15-Jan-08 0:42 
GeneralRe: urgent: getting an error Pin
rockz...15-Jan-08 0:56
rockz...15-Jan-08 0: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.