Qus:    How you can add an event handler?
Nov 04, 2020 05:10 2 Answers Views: 684 NAIDU

 



Using the Attributes property of server side control.

e.g.

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

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

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

Post Your Answer
Guest User

Not sure what course is right for you?

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


Let`s Connect