And trying to call javascript like this.
On page load i am writting this line
cmbexch.Attributes.Add("OnSelectedIndexChanged", "javascript:fillmkttype()")
but it is not working
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.
Mayur GujrathiPosted Aug 29, 2011, 7:03 AM
by doing simply
cmbexch.Attributes.Add("onchange", "javascript:fillmkttype();")
on page load