Suppose you want a certain ASP.NET function executed on
MouseOver overa certain button. Where do you add an event
handler?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between globalization and localization techniques
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
When cookie will expire?
What is application and session in asp.net?
How will you load dynamic assembly? How will create assesblies at run time?
What is difference between singleton and single call?
Briefly describe the role of global.asax?
How do you implement postback with a text box?
Where would you use an ihttpmodule, and what are the limitations of any?
What is advantage of asp.net?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
What are the major built-in objects in ASP.NET?
How do u deploy ur project?
What is state management techniques in asp.net?