M
mg
How can I update a DataGrid programatically [that is,
without using code in a button event handler or page_load]
in a downloaded WebForm so that the DataGrid reflects the
latest contents of the DB relational table to which it's
bound.
I also don't want to use
<SCRIPT language="javascript">
document.location.reload()
</SCRIPT>
becauses it forces the end user to click a "retry" button
in a dialog using his/her mouse.
without using code in a button event handler or page_load]
in a downloaded WebForm so that the DataGrid reflects the
latest contents of the DB relational table to which it's
bound.
I also don't want to use
<SCRIPT language="javascript">
document.location.reload()
</SCRIPT>
becauses it forces the end user to click a "retry" button
in a dialog using his/her mouse.