Click here to Skip to main content
15,902,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Inheritence Pin
Manas Bhardwaj6-Oct-09 23:18
professionalManas Bhardwaj6-Oct-09 23:18 
GeneralRe: Inheritence Pin
pkj6-Oct-09 23:23
pkj6-Oct-09 23:23 
GeneralRe: Inheritence Pin
Christian Graus6-Oct-09 23:38
protectorChristian Graus6-Oct-09 23:38 
GeneralRe: Inheritence Pin
Manas Bhardwaj6-Oct-09 23:39
professionalManas Bhardwaj6-Oct-09 23:39 
GeneralRe: Inheritence Pin
Christian Graus6-Oct-09 23:41
protectorChristian Graus6-Oct-09 23:41 
GeneralRe: Inheritence Pin
Manas Bhardwaj6-Oct-09 23:52
professionalManas Bhardwaj6-Oct-09 23:52 
GeneralRe: Inheritence Pin
Christian Graus7-Oct-09 0:41
protectorChristian Graus7-Oct-09 0:41 
QuestionAuto Increment Java script. Pin
sureshsamatham6-Oct-09 23:13
sureshsamatham6-Oct-09 23:13 
Hi all, I am using some code in vb.net which sends mails from a text file. I need to display count on a label after each mail has sent. I tried in many ways but i never succeeded. i am sending my code please do the need full.

oRead = oFile.OpenText("E:\YAHO0039.txt")
While oRead.Peek <> -1
mailid = oRead.ReadLine()
Dim m As MailMessage
m = New MailMessage
m.From = """Get paid for receiving Emails"" <news@richptr.com>"
m.To = mailid
m.Cc = ""
m.Bcc = ""
m.Subject = "Receive emails and Get Money"
m.Body = TextBox1.Text
m.BodyFormat = System.Web.Mail.MailFormat.Html
SmtpMail.Send(m)
' i need to use the code right here
End While
oRead.Close()


Please help me and send email if you have any idea. sureshsamatham@gmail.com
JokeRe: Auto Increment Java script. Pin
Manas Bhardwaj6-Oct-09 23:19
professionalManas Bhardwaj6-Oct-09 23:19 
AnswerRe: Auto Increment Java script. Pin
Christian Graus6-Oct-09 23:40
protectorChristian Graus6-Oct-09 23:40 
Questionsession Pin
ritasaumya6-Oct-09 22:39
ritasaumya6-Oct-09 22:39 
AnswerRe: session Pin
N a v a n e e t h6-Oct-09 22:49
N a v a n e e t h6-Oct-09 22:49 
AnswerRe: session Pin
Abhijit Jana6-Oct-09 22:59
professionalAbhijit Jana6-Oct-09 22:59 
AnswerRe: session Pin
Christian Graus6-Oct-09 23:49
protectorChristian Graus6-Oct-09 23:49 
QuestionError When gridview property EnableSortingAndPagingCallback set to true (gridview has tempate field column) Pin
xodeblack6-Oct-09 22:24
xodeblack6-Oct-09 22:24 
AnswerRe: Error When gridview property EnableSortingAndPagingCallback set to true (gridview has tempate field column) Pin
Christian Graus6-Oct-09 22:28
protectorChristian Graus6-Oct-09 22:28 
QuestionIs <remove /> tag supported in .net framework 1.1 [modified] Pin
here2learn6-Oct-09 22:23
here2learn6-Oct-09 22:23 
AnswerRe: Is tag supported in .net framework 1.1 Pin
Christian Graus6-Oct-09 22:25
protectorChristian Graus6-Oct-09 22:25 
GeneralRe: Is tag supported in .net framework 1.1 Pin
here2learn6-Oct-09 22:31
here2learn6-Oct-09 22:31 
Questionquery Pin
mylogics6-Oct-09 21:26
professionalmylogics6-Oct-09 21:26 
AnswerRe: query Pin
Abhijit Jana6-Oct-09 21:29
professionalAbhijit Jana6-Oct-09 21:29 
GeneralRe: query Pin
mylogics6-Oct-09 21:46
professionalmylogics6-Oct-09 21:46 
GeneralRe: query Pin
Christian Graus6-Oct-09 22:07
protectorChristian Graus6-Oct-09 22:07 
Questionhow to enable parent page when ever i get the pop-up message???????????? Pin
srinivassam6-Oct-09 21:13
srinivassam6-Oct-09 21:13 
QuestionHow to add a form of Visual Inheritance to your ASPX site Pin
pkj6-Oct-09 19:48
pkj6-Oct-09 19:48 

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.