Hi,
I am unable to execute Javasript function in Nested repeater Item Databound. This repeater is placed in Ajax Update Panel.
Need to fire a javascript function onClick even of a button.
Thanks
Aditya
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.
ArshadPosted Aug 8, 2008, 2:41 PM
btn.Attribute.Add("onclick","return javascriptfunctionName();")
Thats all