Is there any way to implement something that will execute code in an ASP.NET code behind when the user moves their mouse outside of a button?
I can’t directly use javascript and aspx code, only the ScriptManager.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you could use an ajax call. If you use the jquery library, you could use something like this: