Suppose you want a certain ASP.NET function executed on
MouseOver overa certain button. Where do you add an event
handler?

Answer Posted / subhash saini

actully this is depend on which type of function u want to
call on (server side or client side). If one want to call
client side than we have to add attribute, and if wanaa to
call server side function that make that function as a web
method and call that function by ajax.


Might be this help you.

Happy Programming.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the page lifecycle of an asp.net mvc? : asp.net mvc

589


Explain the differences between managed and unmanaged code?

695


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

656


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

762


What is state management in .net?

810


Define data caching?

693


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2817


What is data reader in asp.net?

747


What is a postback in asp net?

795


What is the difference between login controls and forms authentication?

735


Explain form level validation and field level validation?

760


Why session is more secure than cookies?

677


What is a reflection?

750


What are server side controls?

738


What is ASLM?

878