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

ASP.NET

 
AnswerRe: how to enable AutoGenerateDeleteButton on only specific rows of a gridview depending on the value of data key in C# Pin
nainakarri24-Mar-09 6:08
nainakarri24-Mar-09 6:08 
GeneralRe: how to enable AutoGenerateDeleteButton on only specific rows of a gridview depending on the value of data key in C# Pin
jokerkachotabhai24-Mar-09 8:57
jokerkachotabhai24-Mar-09 8:57 
GeneralRe: how to enable AutoGenerateDeleteButton on only specific rows of a gridview depending on the value of data key in C# Pin
vinodkrebc25-Mar-09 0:28
vinodkrebc25-Mar-09 0:28 
QuestionApplicxation form Pin
Bataineh24-Mar-09 3:59
Bataineh24-Mar-09 3:59 
AnswerRe: Applicxation form Pin
Milind R Chavan24-Mar-09 4:20
Milind R Chavan24-Mar-09 4:20 
AnswerRe: Applicxation form Pin
Abhijit Jana24-Mar-09 4:29
professionalAbhijit Jana24-Mar-09 4:29 
QuestionRe: Applicxation form Pin
Bataineh24-Mar-09 5:08
Bataineh24-Mar-09 5:08 
AnswerRe: Applicxation form Pin
Milind R Chavan24-Mar-09 5:59
Milind R Chavan24-Mar-09 5:59 
Hi,

Just Test the mail by using following code

add following in directives

Imports System.Web.Mail

and write following code :

Dim mymsg As New MailMessage()
mymsg.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpserverport", "25")
SmtpMail.SmtpServer = "mail.wunderman-amman.com"
mymsg.From = "test@test.com" ' from email id
mymsg.[To] = "test@test.com" ' to email id
mymsg.Subject = "ATICO Newsletter"
mymsg.BodyFormat = MailFormat.Html
mymsg.Body = "test"
SmtpMail.Send(mymsg)


Regrads,
Milind
QuestionSend a reminder to outlook or other client using email Pin
Paul McGann24-Mar-09 3:02
professionalPaul McGann24-Mar-09 3:02 
AnswerRe: Send a reminder to outlook or other client using email Pin
Abhijit Jana24-Mar-09 4:31
professionalAbhijit Jana24-Mar-09 4:31 
Questionhow to maintain viewstate of a runtime generated control Pin
krishnaveer24-Mar-09 2:25
krishnaveer24-Mar-09 2:25 
AnswerRe: how to maintain viewstate of a runtime generated control Pin
Chetan.visodiya24-Mar-09 2:45
Chetan.visodiya24-Mar-09 2:45 
GeneralRe: how to maintain viewstate of a runtime generated control Pin
krishnaveer24-Mar-09 3:21
krishnaveer24-Mar-09 3:21 
GeneralRe: how to maintain viewstate of a runtime generated control Pin
Milind R Chavan24-Mar-09 3:42
Milind R Chavan24-Mar-09 3:42 
GeneralRe: how to maintain viewstate of a runtime generated control Pin
luckystar0921-Aug-09 17:17
luckystar0921-Aug-09 17:17 
AnswerRe: how to maintain viewstate of a runtime generated control Pin
Abhijit Jana24-Mar-09 4:32
professionalAbhijit Jana24-Mar-09 4:32 
QuestionKeyboard Shortcut in Sitemap Pin
Hajab24-Mar-09 2:01
Hajab24-Mar-09 2:01 
AnswerRe: Keyboard Shortcut in Sitemap Pin
Chetan.visodiya24-Mar-09 2:12
Chetan.visodiya24-Mar-09 2:12 
QuestionRe: Keyboard Shortcut in Sitemap Pin
Hajab24-Mar-09 4:04
Hajab24-Mar-09 4:04 
AnswerRe: Keyboard Shortcut in Sitemap Pin
Milind R Chavan24-Mar-09 3:53
Milind R Chavan24-Mar-09 3:53 
QuestionRe: Keyboard Shortcut in Sitemap Pin
Hajab24-Mar-09 4:08
Hajab24-Mar-09 4:08 
Questionadd Hierarchically items to dropdownlist Pin
billcodes24-Mar-09 1:32
billcodes24-Mar-09 1:32 
AnswerRe: add Hierarchically items to dropdownlist Pin
Vimalsoft(Pty) Ltd24-Mar-09 1:51
professionalVimalsoft(Pty) Ltd24-Mar-09 1:51 
Questionhow to host a website in asp.net2.0 and sqlserver2000 Pin
Subin Alex24-Mar-09 1:29
Subin Alex24-Mar-09 1:29 
AnswerRe: how to host a website in asp.net2.0 and sqlserver2000 Pin
Vimalsoft(Pty) Ltd24-Mar-09 1:40
professionalVimalsoft(Pty) Ltd24-Mar-09 1:40 

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.