i am using to databases in my project EX: XYZ and ABC
Now i working in one application using these two databases. i am getting data from XYZ database using stored procedure to pull the data and save the data.. that part i have done.
but small issue here.
if anyone may be delete the data into ABC it will be reflect on XYZ, so i need to be put checkbox for this.
I mean what data i am entering that data only i can delete otherwise it has disable the delete option for XYZ data(from where i access the data to display)
ex: for XYZ database Delete option is disable
ABC database Delete option is enable
how to put checkbox for this,
where should i kept this