1
Reply

how to make datatable as static

Mitul ahir

Mitul ahir

Aug 25 2017 8:11 AM
242
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
}
   

Answers (1)