Avatar of Peter Chan
Peter Chan
Flag for Hong Kong

asked on 

Problem to div event

Hi,
I have
                <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)
        {
            ...

Open in new window

but the event is not fired, when I click the div, on the page. Why?
CSSHTMLASP.NETJavaScript.NET Programming

Avatar of undefined
Last Comment
Miguel Oz

8/22/2022 - Mon