Click here to Skip to main content
15,889,462 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncrystal report viewing problem Pin
jabbarsb17-Feb-07 19:46
jabbarsb17-Feb-07 19:46 
QuestionAJAX or ASP for Dynamic web form creation? Pin
jrshack17-Feb-07 17:44
jrshack17-Feb-07 17:44 
AnswerRe: AJAX or ASP for Dynamic web form creation? Pin
badgrs18-Feb-07 0:49
badgrs18-Feb-07 0:49 
GeneralRe: AJAX or ASP for Dynamic web form creation? Pin
jrshack18-Feb-07 6:33
jrshack18-Feb-07 6:33 
Questionlistitem tablecell width Pin
loupceuxl17-Feb-07 16:34
loupceuxl17-Feb-07 16:34 
QuestionWorking With Word Template From ASP.NET and VB.NET [modified] Pin
Haribabu Krishnamurthy17-Feb-07 7:55
Haribabu Krishnamurthy17-Feb-07 7:55 
JokeRe: Working With Word Template From ASP.NET and VB.NET Pin
Not Active18-Feb-07 3:57
mentorNot Active18-Feb-07 3:57 
QuestionSending mail using SMTP Mail...? Pin
fmlove17-Feb-07 1:15
fmlove17-Feb-07 1:15 
Assalam-O-Alaikum ! Dear friends i want to provide email facility at my Web site... when i click on send button, message dispaly "Email has sent" but not deleiverd. Please tell me whats problem.... my code is:

Dim SMTP As New Net.Mail.SmtpClient("185.250.70.125", 80)
Dim Message As New Net.Mail.MailMessage

SMTP.Credentials = New Net.NetworkCredential("mailto@daily-aaj.com", "outgoing")
Message.To.Add("ferozeahmed1@hotmail.com")
Message.From = New Net.Mail.MailAddress("fm_love82@hotmail.com", "itsme")
Message.Sender = New Net.Mail.MailAddress("fm_love82@hotmail.com", "itsme")
Message.Body = "This is a sample mail to test the SMTP Service"

SMTP.Send(Message)
Label6.Text = "Mail has been sent to " & "ferozeahmed1@hotmail.com"

feroze
AnswerRe: Sending mail using SMTP Mail...? Pin
Michael Sync17-Feb-07 1:35
Michael Sync17-Feb-07 1:35 
GeneralRe: Sending mail using SMTP Mail...? Pin
fmlove17-Feb-07 1:46
fmlove17-Feb-07 1:46 
AnswerRe: Sending mail using SMTP Mail...? Pin
WoutL17-Feb-07 10:10
WoutL17-Feb-07 10:10 
GeneralRe: Sending mail using SMTP Mail...? Pin
fmlove18-Feb-07 1:50
fmlove18-Feb-07 1:50 
AnswerRe: Sending mail using SMTP Mail...? Pin
Abisodun18-Feb-07 7:14
Abisodun18-Feb-07 7:14 
GeneralRe: Sending mail using SMTP Mail...? Pin
fmlove18-Feb-07 20:40
fmlove18-Feb-07 20:40 
GeneralRe: Sending mail using SMTP Mail...? Pin
Abisodun19-Feb-07 1:32
Abisodun19-Feb-07 1:32 
GeneralRe: Sending mail using SMTP Mail...? Pin
fmlove20-Feb-07 21:31
fmlove20-Feb-07 21:31 
GeneralRe: Sending mail using SMTP Mail...? Pin
Abisodun21-Feb-07 1:24
Abisodun21-Feb-07 1:24 
QuestionMaster Page Class Pin
WaleedS17-Feb-07 1:01
WaleedS17-Feb-07 1:01 
AnswerRe: Master Page Class Pin
Michael Sync17-Feb-07 1:32
Michael Sync17-Feb-07 1:32 
QuestionRetrieving the COM class factory for component with CLSID {9BA05972-F6A8-11CF-A442-00A0C90A8F39} failed due to the following error: 80070002 Pin
Rajkumar S. Rajput17-Feb-07 0:58
Rajkumar S. Rajput17-Feb-07 0:58 
QuestionSOAP Pin
Member 383800717-Feb-07 0:21
Member 383800717-Feb-07 0:21 
AnswerRe: SOAP Pin
Michael Sync17-Feb-07 1:39
Michael Sync17-Feb-07 1:39 
GeneralRe: SOAP Pin
Michael Sync17-Feb-07 1:46
Michael Sync17-Feb-07 1:46 
Questionhow to CC the mail?? Pin
EEmaan16-Feb-07 22:50
EEmaan16-Feb-07 22:50 
AnswerRe: how to CC the mail?? Pin
Michael Sync16-Feb-07 23:09
Michael Sync16-Feb-07 23:09 

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.