How to fire an event in the code behind when a div's visibility changed?
- by Vibin Jith
As part of my web project ,I have designed a div tag like a window form as Shown in the figure.I just want to fill details in the textbox when the user clicks the edit label.The div is Invisible at first time. when the user clicks on edit label ,the form-div get fadein(visible). During this time an event should fired in the code behind. But I am not getting any events in the code behind like visisbility changed or some thing like that.
Where can i get this event. Simply i want to display appropriate company name in the textbox in the div , when the user clicks the edit label in each row.