Click here to Skip to main content
15,891,850 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Request is not available in this context Pin
Not Active11-Feb-08 7:59
mentorNot Active11-Feb-08 7:59 
Generalneed regular expression of a strict (999) 999-9999 Format Pin
Rocky#11-Feb-08 6:05
Rocky#11-Feb-08 6:05 
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 
You can construct a mail message and send it using SmtpMail.

MailMessage msg = new MailMessage();<br />
msg.BodyFormat = MailFormatHtml;<br />
msg.Body = "<html><body>Hello</body></html>";<br />
msg.To = "someone@someplace.com";<br />
SmtpMail.Send(msg);



only two letters away from being an asset

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 
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 

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.