Hello,
How to write client side script in asp.net, that means what are the client side events in asp.net standared controls,and how to fire jscript by this client side events
Regards
Sreejesh
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jan 24, 2013, 10:57 PM
for javasript event, first of all you must identify the object and identify the event you want to fire
for expample
I have one dropdown and i want to fire change event of dropdown then below is syntax for same.
Please refer below link that list out client side event of object
http://www.w3schools.com/jsref/dom_obj_event.asp
hope this will help you.