Detailsview1 fired event itemupdating which wasn
27-Jul-2017 00:38
Displaying the information works fine (after catching on to the filter changes in beta 2). Data List with Nested Editable/Deletable Gridviews. But the edit/delete events will not trigger the Data List to rebind its contents..
I'm simply trying to figure out how to refresh the data in the gridview after update/insert/delete events in the detailsview. so on Edit/on Delete in the gridviews I say "Data List. VS2005 - using detailsview to update, insert and delete rows from SQL 2005 database.
If I could get this to work it would be great and would allow me to use the full functionality of the grid and details views.
The database resides on this machine, but the page I am working on resides elsewhere.
The other way to resolve the issue is to better understand how to add this functionality without going through the SQLData Source (which I hate to do).
I am using a Details View to handle all of the update/deletes/inserts for the Selected gridview record. Everything displays fine, I can edit individual rows in the nested grids and I can insert Rows in the grids.On null values when I click "edit" I receive an "Invalid cast" error. Also, when I try to edit a field that has data, I click on a calendar date and then "Update" and I get nothing??