Click here to Skip to main content
15,913,722 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp code Pin
jkirkerx9-Apr-12 13:46
professionaljkirkerx9-Apr-12 13:46 
AnswerRe: asp code Pin
Syed Zoheb Ali Sumair16-Apr-12 6:18
Syed Zoheb Ali Sumair16-Apr-12 6:18 
Questiondatalist Pin
Member 86022538-Apr-12 19:58
Member 86022538-Apr-12 19:58 
AnswerRe: datalist Pin
Richard MacCutchan8-Apr-12 21:54
mveRichard MacCutchan8-Apr-12 21:54 
AnswerRe: datalist Pin
Blikkies11-Apr-12 0:34
professionalBlikkies11-Apr-12 0:34 
Questioniis for asp.net in windows 7 Pin
piya188-Apr-12 19:12
piya188-Apr-12 19:12 
AnswerRe: iis for asp.net in windows 7 Pin
Richard MacCutchan8-Apr-12 21:54
mveRichard MacCutchan8-Apr-12 21:54 
AnswerRe: iis for asp.net in windows 7 Pin
jkirkerx9-Apr-12 13:43
professionaljkirkerx9-Apr-12 13:43 
The article was written in 2006, so that's why XP was used as an example.

Basically, it says if you don't have a mail server, you can use the virtual SMTP server for testing and developing. Your program code is not required to use that server in order to work.

This is the core of the program, I think it's System.Mail, in which it will help you package a SMTP message, to transmit to a mail server, that will create a SMS message on a cell phone for the chosen cell phone provider. Of course you must have permission or the required credentials needed at the cell phone provider level for testing.

VB
Dim message As New MailMessage(mFrom, mTo, mSubject, mmsg)
Dim mySmtpClient As New SmtpClient(mMailServer, mPort)


Looks like Microsoft got smart and removed the service from Windows Vista and Windows 7, anyways, you can use any mail server that you have permission to use.
QuestionHow to pass multiple Html.DropDownList selected values from View( .aspx ) to MVC controller's action? Pin
glitteringsound8-Apr-12 12:40
glitteringsound8-Apr-12 12:40 
Questiongradient panel Pin
piya188-Apr-12 10:02
piya188-Apr-12 10:02 
AnswerRe: gradient panel Pin
Richard MacCutchan8-Apr-12 21:52
mveRichard MacCutchan8-Apr-12 21:52 
GeneralRe: gradient panel Pin
jkirkerx9-Apr-12 13:49
professionaljkirkerx9-Apr-12 13:49 
GeneralRe: gradient panel Pin
Richard MacCutchan9-Apr-12 21:01
mveRichard MacCutchan9-Apr-12 21:01 
GeneralRe: gradient panel Pin
jkirkerx10-Apr-12 6:47
professionaljkirkerx10-Apr-12 6:47 
GeneralRe: gradient panel Pin
Richard MacCutchan10-Apr-12 8:28
mveRichard MacCutchan10-Apr-12 8:28 
Questionsmtp exception in sending email Pin
piya188-Apr-12 4:56
piya188-Apr-12 4:56 
AnswerRe: smtp exception in sending email Pin
Richard MacCutchan8-Apr-12 6:10
mveRichard MacCutchan8-Apr-12 6:10 
GeneralRe: smtp exception in sending email Pin
piya188-Apr-12 9:20
piya188-Apr-12 9:20 
GeneralRe: smtp exception in sending email Pin
Richard MacCutchan8-Apr-12 21:33
mveRichard MacCutchan8-Apr-12 21:33 
GeneralRe: smtp exception in sending email Pin
piya189-Apr-12 12:01
piya189-Apr-12 12:01 
GeneralRe: smtp exception in sending email Pin
RichardGrimmer11-Apr-12 5:26
RichardGrimmer11-Apr-12 5:26 
AnswerRe: smtp exception in sending email Pin
vvashishta24-Apr-12 19:21
vvashishta24-Apr-12 19:21 
Questionhow to edit web conf? Pin
sukrut_77-Apr-12 21:10
sukrut_77-Apr-12 21:10 
AnswerRe: how to edit web conf? Pin
Reza Ahmadi7-Apr-12 23:55
Reza Ahmadi7-Apr-12 23:55 
AnswerRe: how to edit web conf? Pin
Elham M8-Apr-12 22:08
Elham M8-Apr-12 22:08 

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.