How i know event remove image from imagekit to debug why not delete from database also ?

  • Thread starter Thread starter engahmedbarbary
  • Start date Start date
E

engahmedbarbary

Guest
I have on application done by c# on visual studio 2017 I have windows form frmemployee

I have on frmemployee control name imagekit1

this control exist on my windows form frmemployee

on run time when frmemployee opened i try to remove image by button remove

exist on control imagekit1 it remove image when click but not remove image from database

so that this is bug

what actually need what event fire of this control when deleted

i need to know place of event remove image to trace why not delete data also from database

but i dont know where the event exist on code and when happen

delete image not exist on frmemployee windows form it exist on nested classes

it exist on another places or controls windows form but i dont know

so that How i know place of event or classes have this control to know why not delete from database ?

1416393.jpg

Continue reading...
 
Back
Top