|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 30/08/2004 01:44:00
Posts: 0,
Visits: 1
|
|
Hi All, While Implementing the timer control in asp.net i am getting problem i.e. it is not showing relevent events when timer_elapsed event is fired. what i had written is Private Sub Timer1_Elapsed(ByVal sender As System.Object, ByVal e As System.Timers.ElapsedEventArgs) Handles Timer1.ElapsedLabel1.Text = DateAndTime.TimeString End Subalso i set interval and enabled properties. i will be thankq full to them who solves my problem. my id is anilshivakumar@yahoo.co.in
Siva
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 14/10/2008 15:36:31
Posts: 582,
Visits: 876
|
|
| If this isnt just a test to see code in IF 4 then we need more information since you just have a sub without any code showing a trigger. If you have something that fires this sub then it would be best to post it.
Mark 'Rigger82' Christianson US Paratrooper & Webmaster of Paratrooper.net http://www.paratrooper.net
|
|
|
|