Click here to Skip to main content
15,921,174 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to display Day Pin
Sandeep Akhare20-Apr-08 21:35
Sandeep Akhare20-Apr-08 21:35 
AnswerRe: How to display Day Pin
Sandeep Akhare20-Apr-08 21:32
Sandeep Akhare20-Apr-08 21:32 
GeneralRe: How to display Day Pin
eyeseetee20-Apr-08 21:34
eyeseetee20-Apr-08 21:34 
GeneralRe: How to display Day Pin
Khan.Bangash20-Apr-08 21:44
Khan.Bangash20-Apr-08 21:44 
GeneralRe: How to display Day Pin
eyeseetee20-Apr-08 22:06
eyeseetee20-Apr-08 22:06 
GeneralRe: How to display Day Pin
Sandeep Akhare20-Apr-08 22:12
Sandeep Akhare20-Apr-08 22:12 
GeneralRe: How to display Day Pin
Khan.Bangash20-Apr-08 22:24
Khan.Bangash20-Apr-08 22:24 
GeneralRe: How to display Day Pin
Sandeep Akhare20-Apr-08 22:35
Sandeep Akhare20-Apr-08 22:35 
try this use DateTime.Today.DayOfWeek.ToString(); instead what you have been using. Suggesting to use StringBuilder instead of string
Don't know about other things which are correct or not
Again if get any problem why the mail is not getting send then please have a look in google

dim emailbody as string.
emailbody = "some text"
emailbody &= DateTime.Today.DayOfWeek.ToString();
Dim mailObj As New Mail.MailMessage
mailObj.To = "myID@domain.com"
mailObj.From = "admin@domain.com"
mailObj.Subject = "Testing"
mailObj.Body = emailBody
mailObj.BodyFormat = MailFormat.Html
SmtpMail.SmtpServer = "127.0.0.1"
SmtpMail.Send(mailObj)

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




GeneralRe: How to display Day Pin
Khan.Bangash21-Apr-08 0:25
Khan.Bangash21-Apr-08 0:25 
GeneralRe: How to display Day Pin
eyeseetee20-Apr-08 23:20
eyeseetee20-Apr-08 23:20 
Generaldisplay image in gridview Pin
jeffrey kalampukattussery20-Apr-08 20:28
jeffrey kalampukattussery20-Apr-08 20:28 
GeneralRe: display image in gridview Pin
Sandeep Akhare20-Apr-08 20:53
Sandeep Akhare20-Apr-08 20:53 
GeneralRe: display image in gridview Pin
Blue_Boy20-Apr-08 21:10
Blue_Boy20-Apr-08 21:10 
GeneralRe: display image in gridview Pin
eyeseetee20-Apr-08 21:28
eyeseetee20-Apr-08 21:28 
GeneralRe: display image in gridview Pin
jeffrey kalampukattussery20-Apr-08 22:36
jeffrey kalampukattussery20-Apr-08 22:36 
GeneralRe: display image in gridview Pin
eyeseetee20-Apr-08 23:11
eyeseetee20-Apr-08 23:11 
GeneralRe: display image in gridview Pin
Blue_Boy20-Apr-08 23:11
Blue_Boy20-Apr-08 23:11 
GeneralRe: display image in gridview Pin
Blue_Boy20-Apr-08 23:09
Blue_Boy20-Apr-08 23:09 
QuestionHow to get string from Resourcefile in Javascript? Pin
chakran20-Apr-08 20:26
chakran20-Apr-08 20:26 
AnswerRe: How to get string from Resourcefile in Javascript? Pin
Sandeep Akhare20-Apr-08 20:46
Sandeep Akhare20-Apr-08 20:46 
GeneralRe: How to get string from Resourcefile in Javascript? Pin
chakran20-Apr-08 20:55
chakran20-Apr-08 20:55 
GeneralRe: How to get string from Resourcefile in Javascript? Pin
Sandeep Akhare20-Apr-08 21:04
Sandeep Akhare20-Apr-08 21:04 
GeneralRe: How to get string from Resourcefile in Javascript? Pin
Sandeep Akhare20-Apr-08 22:22
Sandeep Akhare20-Apr-08 22:22 
GeneralReg - Excel file handling (processing on 1st row) Pin
Karan_TN20-Apr-08 19:50
Karan_TN20-Apr-08 19:50 
QuestionWebservice Error [modified] Pin
SamRST20-Apr-08 19:46
SamRST20-Apr-08 19:46 

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.