Click here to Skip to main content
15,920,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: need regular expression of a strict (999) 999-9999 Format Pin
dilipv11-Feb-08 19:41
dilipv11-Feb-08 19:41 
GeneralRe: need regular expression of a strict (999) 999-9999 Format Pin
Rocky#11-Feb-08 19:52
Rocky#11-Feb-08 19:52 
GeneralASP.NET C# Mifare Reader Web System Pin
Tyrone Boon11-Feb-08 5:57
Tyrone Boon11-Feb-08 5:57 
GeneralCross Post Pin
led mike11-Feb-08 6:18
led mike11-Feb-08 6:18 
Generaloutlook in asp.net Pin
i gr811-Feb-08 3:50
i gr811-Feb-08 3:50 
GeneralRe: outlook in asp.net Pin
Not Active11-Feb-08 5:09
mentorNot Active11-Feb-08 5:09 
GeneralRe: outlook in asp.net Pin
i gr811-Feb-08 7:48
i gr811-Feb-08 7:48 
GeneralRe: outlook in asp.net Pin
Not Active11-Feb-08 7:54
mentorNot Active11-Feb-08 7:54 
GeneralRe: outlook in asp.net Pin
Christian Graus11-Feb-08 18:09
protectorChristian Graus11-Feb-08 18:09 
QuestionShow/Hide columns in report.rdlc localreport Pin
Member 438223211-Feb-08 3:00
Member 438223211-Feb-08 3:00 
GeneralRe: Show/Hide columns in report.rdlc localreport Pin
Paddy Boyd11-Feb-08 3:18
Paddy Boyd11-Feb-08 3:18 
GeneralRe: Show/Hide columns in report.rdlc localreport Pin
Member 438223211-Feb-08 3:57
Member 438223211-Feb-08 3:57 
GeneralRe: Show/Hide columns in report.rdlc localreport Pin
anshul3129-Nov-09 22:19
anshul3129-Nov-09 22:19 
GeneralRe: Show/Hide columns in report.rdlc localreport Pin
Member 438223229-Nov-09 23:12
Member 438223229-Nov-09 23:12 
QuestionRe: Show/Hide columns in report.rdlc localreport Pin
Member 438223211-Feb-08 19:59
Member 438223211-Feb-08 19:59 
Generalhai problem in SMTP mail option! Pin
i gr811-Feb-08 2:54
i gr811-Feb-08 2:54 
following is the coding which works fine in local machine / but after i made host this on server, it shows "Mail sent successfully" but no mails received in my inbox!
can any one solve this problem!
thnx in advance!

Dim mssg As New System.Web.Mail.MailMessage
mssg.BodyFormat = Web.Mail.MailFormat.Html
mssg.To = txtTo.Text
mssg.From = txtFrom.Text
mssg.Subject = txtSubject.Text
mssg.Body = strMessage
System.Web.Mail.SmtpMail.Send(mssg)
GeneralRe: hai problem in SMTP mail option! Pin
Atif Ali Bhatti11-Feb-08 3:23
Atif Ali Bhatti11-Feb-08 3:23 
GeneralRe: hai problem in SMTP mail option! Pin
Paddy Boyd11-Feb-08 3:33
Paddy Boyd11-Feb-08 3:33 
GeneralRe: hai problem in SMTP mail option! Pin
i gr811-Feb-08 3:51
i gr811-Feb-08 3:51 
GeneralRe: hai problem in SMTP mail option! Pin
Paddy Boyd11-Feb-08 5:28
Paddy Boyd11-Feb-08 5:28 
Generalweb.config encryoption Pin
jagan12311-Feb-08 2:19
jagan12311-Feb-08 2:19 
GeneralRe: web.config encryoption Pin
dojohansen11-Feb-08 7:28
dojohansen11-Feb-08 7:28 
Generalasp.net2.0 Pin
ritu432111-Feb-08 1:58
ritu432111-Feb-08 1:58 
GeneralRe: asp.net2.0 Pin
Not Active11-Feb-08 2:15
mentorNot Active11-Feb-08 2:15 
GeneralRe: asp.net2.0 Pin
dojohansen11-Feb-08 7:34
dojohansen11-Feb-08 7: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.