Click here to Skip to main content
15,881,424 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMembership Provider with Custom DB Schema Pin
P Nandi26-Nov-07 2:50
P Nandi26-Nov-07 2:50 
QuestionFind Control in GridView Pin
Rock Star.26-Nov-07 2:48
Rock Star.26-Nov-07 2:48 
AnswerRe: Find Control in GridView Pin
SamRST26-Nov-07 3:26
SamRST26-Nov-07 3:26 
AnswerRe: Find Control in GridView Pin
SABhatti26-Nov-07 4:01
SABhatti26-Nov-07 4:01 
QuestionPlease check this code Pin
mehrdadc4826-Nov-07 2:20
mehrdadc4826-Nov-07 2:20 
AnswerRe: Please check this code Pin
Paul Conrad28-Nov-07 16:29
professionalPaul Conrad28-Nov-07 16:29 
GeneralRe: Please check this code Pin
mehrdadc4829-Nov-07 2:46
mehrdadc4829-Nov-07 2:46 
QuestionSending email Pin
Paul McGann26-Nov-07 2:19
professionalPaul McGann26-Nov-07 2:19 
I have the following code, i have checked this with other versions of .net 2003 and 2005 to make sure it worked, but when i tried using the new web developer 2008 express it won't recognize the mail.mailmessage and smtpmail. If any one can see where i'm goin wrong please let me know.

Imports System.Data
Imports System.Data.SqlClient
Imports System.Web.Mail

Partial Class Volunteer
Inherits System.Web.UI.Page

Protected Sub btn_submit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btn_submit.Click

Dim mailmessage As New Mail.MailMessage
mailmessage.From = "noreply@paulmcgann.net"
mailmessage.To = "noreply@paulmcgann.net"
mailmessage.Subject = "Sending Emails using asp.net"
mailmessage.Body = "Initalizing an email to be sent from asp.net application"
mailmessage.Priority = MailPriority.High
SmtpMail.SmtpServer = "localhost"
SmtpMail.Send(mailmessage)

End Sub
End Class
AnswerRe: Sending email Pin
N a v a n e e t h26-Nov-07 2:35
N a v a n e e t h26-Nov-07 2:35 
AnswerRe: Sending email Pin
Braulio Dez26-Nov-07 3:42
Braulio Dez26-Nov-07 3:42 
QuestionDatalist cell value Pin
SamRST26-Nov-07 2:19
SamRST26-Nov-07 2:19 
QuestionError in connecting Oracle DB Pin
www.Developerof.NET26-Nov-07 2:06
www.Developerof.NET26-Nov-07 2:06 
Questionget items selected within 'checkboxlist' Pin
gsshaw26-Nov-07 2:03
gsshaw26-Nov-07 2:03 
AnswerRe: get items selected within 'checkboxlist' Pin
SABhatti26-Nov-07 4:13
SABhatti26-Nov-07 4:13 
GeneralThank you very much Pin
gsshaw26-Nov-07 4:17
gsshaw26-Nov-07 4:17 
QuestionHelp Help Help and need help Pin
Ahmad Adnan26-Nov-07 1:39
Ahmad Adnan26-Nov-07 1:39 
AnswerRe: Help Help Help and need help Pin
SABhatti26-Nov-07 4:16
SABhatti26-Nov-07 4:16 
QuestionSearch a string in a paragraph Pin
.NET- India 26-Nov-07 1:22
.NET- India 26-Nov-07 1:22 
AnswerRe: Search a string in a paragraph Pin
Sun Rays26-Nov-07 1:29
Sun Rays26-Nov-07 1:29 
AnswerCross post. Please ignore this thread. Pin
Pete O'Hanlon26-Nov-07 1:30
mvePete O'Hanlon26-Nov-07 1:30 
GeneralRe: Cross post. Please ignore this thread. Pin
.NET- India 26-Nov-07 1:42
.NET- India 26-Nov-07 1:42 
GeneralRe: Cross post. Please ignore this thread. Pin
Pete O'Hanlon26-Nov-07 1:55
mvePete O'Hanlon26-Nov-07 1:55 
AnswerRe: Search a string in a paragraph Pin
InsDev26-Nov-07 1:40
InsDev26-Nov-07 1:40 
GeneralRe: Search a string in a paragraph Pin
.NET- India 26-Nov-07 1:45
.NET- India 26-Nov-07 1:45 
GeneralRe: Search a string in a paragraph Pin
InsDev26-Nov-07 1:50
InsDev26-Nov-07 1:50 

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.