Qus:    How you can add an event handler?
Nov 04, 2020 11:10 DotNet 2 Answers Views: 1429 NAIDU

 



Using the Attributes property of server side control.

e.g.

btnSubmit.Attributes.Add("onMouseOver","JavascriptCode();")

Prev Next
Answers (2)
ALLINO Nov 05, 2020 09:40
Answer:   Using the Attributes property of server side control.
e.g.
btnSubmit.Attributes.Add("onMouseOver","JavascriptCode();")

PARTH Nov 10, 2020 14:31
Answer:   You can use the Attributes property of your server side control.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect