asked on
<div align="center" onclick="Area0_Clicked" runat="server" enableviewstate="true" style="width: 600px; height: 120px;background-color:#3d7c94">
...
protected void Area0_Clicked(object sender, EventArgs e)
{
...
but the event is not fired, when I click the div, on the page. Why?