Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / December 2007

Tip: Looking for answers? Try searching our database.

Sending mail using Timer control in Global.asax

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Manoj - 24 Dec 2007 11:31 GMT
Hi Everyone,

     System.timers.timer control is triggering every minute and it is
updating the application variable. But i am not able to send a mail when it
triggers.

please see the code below (Global.asax):

Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
       Dim aTimer As New System.Timers.Timer
       AddHandler aTimer.Elapsed, AddressOf OnTimedEvent
       aTimer.Interval = 360000
       aTimer.Enabled = True
       GC.KeepAlive(aTimer)
       Application.Lock()
       Application("TimeStamp") = DateTime.Now.ToString()
       Application.UnLock()
   End Sub

Private Sub OnTimedEvent(ByVal source As Object, ByVal e As
Timers.ElapsedEventArgs)
       Dim tm As New Tmail
       Application.Lock()
       Application("TimeStamp") = DateTime.Now.ToString()
       tm.sendmail()
       Application.UnLock()
   End Sub

Please help me in this regard.
Thanks,
Manoj.
vekateswar adusumilli - 27 Dec 2007 23:21 GMT
I am also facing the same issue, did you get any solution for it.

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.