Click here to Skip to main content
16,008,183 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Passing of data from one form to another Pin
Jacob Dixon3-Jun-08 16:26
Jacob Dixon3-Jun-08 16:26 
QuestionOk, this is driving me insane Pin
Mustafa Ismail Mustafa3-Jun-08 8:20
Mustafa Ismail Mustafa3-Jun-08 8:20 
AnswerRe: Ok, this is driving me insane Pin
Yusuf3-Jun-08 9:23
Yusuf3-Jun-08 9:23 
GeneralRe: Ok, this is driving me insane Pin
Mustafa Ismail Mustafa4-Jun-08 11:32
Mustafa Ismail Mustafa4-Jun-08 11:32 
Questionvigener cipher code Pin
LoLo73-Jun-08 7:40
LoLo73-Jun-08 7:40 
AnswerRe: vigener cipher code Pin
Yusuf3-Jun-08 9:40
Yusuf3-Jun-08 9:40 
QuestionMailMessage [modified] Pin
Assaf823-Jun-08 6:16
Assaf823-Jun-08 6:16 
AnswerRe: MailMessage Pin
SomeGuyThatIsMe3-Jun-08 7:55
SomeGuyThatIsMe3-Jun-08 7:55 
If you are using .NET 2.0 you should use System.Net.Mail, but you never set the smtp server you were using, so the code had no idea where to send the message. SmtpMail.Servers.Add is close to what you need. I recomend System.Net.Mail it lets you create a smtp object and control things that way, but if you arent using .NET 2 you wont have it, we had problems with the SmtpMail class in .NET 1.1, sometimes it threw an exception about the server so we had to readd the server using a different method and then it would work.
GeneralRe: MailMessage Pin
Assaf823-Jun-08 10:51
Assaf823-Jun-08 10:51 
GeneralRe: MailMessage Pin
SomeGuyThatIsMe3-Jun-08 11:08
SomeGuyThatIsMe3-Jun-08 11:08 
GeneralRe: MailMessage Pin
w2093-Jun-08 21:46
w2093-Jun-08 21:46 
AnswerRe: MailMessage Pin
Gayani Devapriya3-Jun-08 8:20
Gayani Devapriya3-Jun-08 8:20 
QuestionDetailsView Fields Pin
DanB19833-Jun-08 5:03
DanB19833-Jun-08 5:03 
AnswerRe: DetailsView Fields Pin
DanB19833-Jun-08 5:27
DanB19833-Jun-08 5:27 
QuestionI'm needing a module Test Online, pls help me. Pin
Vunt15103-Jun-08 4:09
Vunt15103-Jun-08 4:09 
AnswerRe: I'm needing a module Test Online, pls help me. Pin
eyeseetee3-Jun-08 4:15
eyeseetee3-Jun-08 4:15 
AnswerRe: I'm needing a module Test Online, pls help me. Pin
MHASSANF3-Jun-08 4:16
MHASSANF3-Jun-08 4:16 
GeneralRe: I'm needing a module Test Online, pls help me. Pin
Vunt15109-Jun-08 17:25
Vunt15109-Jun-08 17:25 
AnswerRe: I'm needing a module Test Online, pls help me. Pin
Christian Graus3-Jun-08 5:17
protectorChristian Graus3-Jun-08 5:17 
QuestionWeb Client Software Factory Pin
Brendan Vogt3-Jun-08 4:00
Brendan Vogt3-Jun-08 4:00 
AnswerRe: Web Client Software Factory Pin
eyeseetee3-Jun-08 4:14
eyeseetee3-Jun-08 4:14 
QuestionSum Integer Values [modified] Pin
Mr. Wonderful3-Jun-08 3:26
Mr. Wonderful3-Jun-08 3:26 
AnswerRe: Sum Integer Values Pin
Colin Angus Mackay3-Jun-08 3:44
Colin Angus Mackay3-Jun-08 3:44 
AnswerRe: Sum Integer Values Pin
Mr. Wonderful3-Jun-08 3:57
Mr. Wonderful3-Jun-08 3:57 
AnswerRe: Sum Integer Values [modified] Pin
Yusuf3-Jun-08 9:34
Yusuf3-Jun-08 9:34 

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.