Updating a datagrid
I have a bound datagrid and in it is a buttoncolumn where I have a delete button. When I delete the record I pass the recordid to an sp and then I want to be able to refresh the datagrid without that row being displayed. I have the databinding code in the page_load event and the browser will either generate a compile error or it will still show that row of data. Any suggestions?
|