Hello,
I am beginning to try using AJAX with my ASP.Net page.
Rather than wondering why my UPADATEPANEL is not appearing, I am trying to break things down to the basics.
I have a Timercontrol object placed OUTSIDE of my Updatepanel and it is set for Interval = 2000 (2 seconds between 'ticks')
Within my VB.Net code I have a Breakpoint set within the TimerControl_Tick() event, but it never 'hits' when I run the code.
Obviously I need to get this running reliably before I can even Hope to get the Updatepanel working (since I want this updated with the Timer Tick method)
Any advice/suggestions you might have that can help me getting the TimerControl to 'fire' would be greatly appreciated.
Thanks,
JRB-Bldr
I am beginning to try using AJAX with my ASP.Net page.
Rather than wondering why my UPADATEPANEL is not appearing, I am trying to break things down to the basics.
I have a Timercontrol object placed OUTSIDE of my Updatepanel and it is set for Interval = 2000 (2 seconds between 'ticks')
Within my VB.Net code I have a Breakpoint set within the TimerControl_Tick() event, but it never 'hits' when I run the code.
Obviously I need to get this running reliably before I can even Hope to get the Updatepanel working (since I want this updated with the Timer Tick method)
Any advice/suggestions you might have that can help me getting the TimerControl to 'fire' would be greatly appreciated.
Thanks,
JRB-Bldr