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 |
Out of ASP or ASP.NET which one is stateless?
How can we prepairing Interview
Why do we need Web Services?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What’s the difference between asp.net web forms and asp.net mvc?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
what is the difference between console.writeline &console.output.writeline?
What is a multilingual website?
What are the HTML server controls in ASP.NET?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is strong name and which tool is used for this ?
Can you edit data in the Repeater control?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)