Click here to Skip to main content
15,887,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralHTML Editor does not save Pin
Eduard Keilholz11-Feb-08 0:24
Eduard Keilholz11-Feb-08 0:24 
Generalenable remote connection for sql server 2000 Pin
eyeseetee11-Feb-08 0:09
eyeseetee11-Feb-08 0:09 
GeneralRe: enable remote connection for sql server 2000 Pin
Sun Rays11-Feb-08 0:11
Sun Rays11-Feb-08 0:11 
GeneralRe: enable remote connection for sql server 2000 Pin
eyeseetee11-Feb-08 0:20
eyeseetee11-Feb-08 0:20 
GeneralRe: enable remote connection for sql server 2000 Pin
imsathy11-Feb-08 0:51
imsathy11-Feb-08 0:51 
GeneralRe: enable remote connection for sql server 2000 Pin
eyeseetee11-Feb-08 0:58
eyeseetee11-Feb-08 0:58 
GeneralRe: enable remote connection for sql server 2000 Pin
imsathy11-Feb-08 1:03
imsathy11-Feb-08 1:03 
GeneralRe: enable remote connection for sql server 2000 Pin
eyeseetee11-Feb-08 1:07
eyeseetee11-Feb-08 1:07 

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.