Click to See Complete Forum and Search --> : onmouseover


moiseszaragoza
02-12-2009, 11:56 AM
i am trying to call a onmouseover FUNCTION with C#. i mean when i rollover something i want to call a C# funtion any way i cna do this?


what i have is a



<asp:LinkButton ID="points" runat="server">
Rool over me
</asp:LinkButton>

FourCourtJester
02-12-2009, 12:21 PM
You may get a better response posting this in the .NET form, since you posted ASP.NET code...

But other than that, onmouseover is a client-side function, not server, thus not allowing you to interact with server-side methods.