Hi,
Hopefully someone can point me in the right direction with this.
I have a table that is updated with status information and I would like to display this in a gridview, using Ajax to update
the control when a new table insert has been completed.
As far as i can tell I should have my aspx GridView control configured and nested inside an ajax updatePanel, then databound to a datatable/dataset pertaining to
to the database table in question, and possibly then using the trigger tags?
Looking for some clarification on how i should be going about this, and if the above is on the right lines?
Thanks,
Jay