DatGrid Data Updating

  • Thread starter Thread starter Steve Wark
  • Start date Start date
S

Steve Wark

Whats the easiest way to update data being displayed in a datagrid from SQL
every 2-3 minutes. For instance, a user brings up a web page page that is
monitoring an alarm list stored in a SQL table. Some process creates a new
alarm into the table, this should be displayed in the datagrid by the system
without any user interaction.

I've tried using the Timer but with no luck. The timer event fires (can
watch it in debugger) but no updating of the web page occurs.

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top