bind data table if record is deleted or updated in database
e.g
if(database[table]!=datatable)
{
re bind datatable
}
else
{
load erailer binded table
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gokhul VarmanPosted Aug 29, 2017, 8:59 AM
DynamicObject:You could also try overriding
TrySetMemberif you wish to make the dynamic-row writable.Usage: