Click here to Skip to main content
16,004,977 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Checking if Decimal Pin
Guffa30-Apr-06 8:06
Guffa30-Apr-06 8:06 
GeneralRe: Checking if Decimal Pin
myNameIsRon30-Apr-06 18:51
myNameIsRon30-Apr-06 18:51 
Questionasp.net Pin
sachin_korgaonkar30-Apr-06 6:04
sachin_korgaonkar30-Apr-06 6:04 
AnswerRe: asp.net Pin
Mike Ellison30-Apr-06 6:35
Mike Ellison30-Apr-06 6:35 
QuestionDataGrid Update Command Problem! Pin
aurora8330-Apr-06 4:59
aurora8330-Apr-06 4:59 
QuestionMessage Pin
550551230-Apr-06 3:18
550551230-Apr-06 3:18 
AnswerRe: Message Pin
CWIZO30-Apr-06 4:17
CWIZO30-Apr-06 4:17 
AnswerRe: Message Pin
R.Prabha Devi30-Apr-06 23:45
R.Prabha Devi30-Apr-06 23:45 
Hi,

Mail code using SMTP mail server,

using System.Web.Mail;

//Code to send mail

MailMessage mail = new MailMessage();
mail.To = "SentPerson@yahoo.com";
mail.Subject = "New Mail Test";
mail.Body = "Test mail sent";
mail.BodyEncoding = Encoding.ASCII;
mail.BodyFormat = MailFormat.Html;
SmtpMail.SmtpServer = "www.servername.com" //smtp server
mail.From = "GetPerson@yahoo.co.in";
SmtpMail.Send(mail);

Hope this help u...Smile | :)
Questionasp. net source code for folder tree may come from left side of browser something like vb.net toll box Pin
vipin desai29-Apr-06 21:02
vipin desai29-Apr-06 21:02 
AnswerRe: asp. net source code for folder tree may come from left side of browser something like vb.net toll box Pin
CWIZO30-Apr-06 4:18
CWIZO30-Apr-06 4:18 
QuestionGridView/Paging/PostBack/Master Page/Firefox but not IE Pin
E.L. Golpe29-Apr-06 20:10
E.L. Golpe29-Apr-06 20:10 
AnswerRe: GridView/Paging/PostBack/Master Page/Firefox but not IE Pin
minhpc_bk30-Apr-06 0:51
minhpc_bk30-Apr-06 0:51 
GeneralRe: GridView/Paging/PostBack/Master Page/Firefox but not IE Pin
E.L. Golpe1-May-06 11:01
E.L. Golpe1-May-06 11:01 
AnswerTry the free online tutorials at http://www.KYNOU.com Pin
OmegaCD1-May-06 16:25
OmegaCD1-May-06 16:25 
GeneralRe: Try the free online tutorials at http://www.KYNOU.com Pin
E.L. Golpe2-May-06 23:04
E.L. Golpe2-May-06 23:04 
GeneralRe: Try the free online tutorials at http://www.KYNOU.com Pin
OmegaCD3-May-06 2:27
OmegaCD3-May-06 2:27 
QuestionASP.NET is not running Pin
pankajgarg1229-Apr-06 18:27
pankajgarg1229-Apr-06 18:27 
AnswerRe: ASP.NET is not running Pin
minhpc_bk30-Apr-06 0:50
minhpc_bk30-Apr-06 0:50 
QuestionSend inline data to a web user control Pin
Ista29-Apr-06 10:15
Ista29-Apr-06 10:15 
AnswerRe: Send inline data to a web user control Pin
minhpc_bk30-Apr-06 0:48
minhpc_bk30-Apr-06 0:48 
GeneralRe: Send inline data to a web user control Pin
Ista1-May-06 2:37
Ista1-May-06 2:37 
QuestionNeed help in Updating Data using Access in Web Matrix Pin
ahjiefreak29-Apr-06 7:25
ahjiefreak29-Apr-06 7:25 
QuestionComplex Client Side Problem Pin
Mark Tutt29-Apr-06 5:29
Mark Tutt29-Apr-06 5:29 
AnswerRe: Complex Client Side Problem Pin
NeverHeardOfMe29-Apr-06 5:43
NeverHeardOfMe29-Apr-06 5:43 
GeneralRe: Complex Client Side Problem Pin
Mark Tutt29-Apr-06 8:33
Mark Tutt29-Apr-06 8:33 

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.