Suppose you want a certain ASP.NET function executed on
MouseOver overa certain button. Where do you add an event
handler?
Answers were Sorted based on User's Feedback
Answer / srujana
It?s the Attributesproperty, the Add function inside that
property. So
btnSubmit.Attributes.Add("onMouseOver","someClientCode();")
Is This Answer Correct ? | 23 Yes | 0 No |
Answer / 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 |
Answer / kalyan
No it is impossible to do so. it is because servere side
methods can not be called from client side. the only way to
do so is to submit the page.
Is This Answer Correct ? | 2 Yes | 15 No |
What are Master pages? How to define a Master page?
Explain the difference between inline and code behind - which is best in?
What is WCF? Pls Explain clearly with exmple.
Can we create a multiple user simultaneously ?
after which page life cycle event all properties of control will be "fully loaded "
How to find the client browser type ?
4 Answers AQA, Cognizant, Satyam,
How would you turn off cookies on a page of a website?
What is datagrid asp.net?
What is a url string?
Why does my asp.net file have multiple tag with runat=server?
How many validators do ASP.NET have?
Explain diff. Betn dataset and recordset?