I have a data grid as a user control. when a new record is added to the database on the main page, i would like to refresh the user control (data grid) to display that value.
normally when i modify the record of the datagrid, i would do a listcontents() function after the datagrid modification code so on page post back it would work, but im not sure how to access that fuction through the user control.
any ideas / tutorials?
Mr. Steve
normally when i modify the record of the datagrid, i would do a listcontents() function after the datagrid modification code so on page post back it would work, but im not sure how to access that fuction through the user control.
any ideas / tutorials?
Mr. Steve