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
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Explain the differences between managed and unmanaged code?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is state management in .net?
Define data caching?
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.
What is data reader in asp.net?
What is a postback in asp net?
What is the difference between login controls and forms authentication?
Explain form level validation and field level validation?
Why session is more secure than cookies?
What is a reflection?
What are server side controls?
What is ASLM?