How to fire an event in the code behind when a div's visibility changed?

Posted by Vibin Jith on Stack Overflow See other posts from Stack Overflow or by Vibin Jith
Published on 2010-03-16T07:42:50Z Indexed on 2010/03/16 7:46 UTC
Read the original article Hit count: 257

Filed under:

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.

© Stack Overflow or respective owner

Related posts about asp.net-3.5