Hi,I have a requirement in which i can able to search for data,display
on a grid check some rows, press delete button, it will getdeleted from
DB and the remaining items are shown on screen. Sinceits a soft delete
function that happens in another DB schema, watam doing is to call
ds.fill() on search, and to call an RPC
likero.deleteItems(ArrayCollection). and then again ds.fill(). But
itsthrowing some error saying null object reference. But it works fineif
i click the search button again, which ...