How to send an asp control to javascript
Posted
by vaibhav
on Stack Overflow
See other posts from Stack Overflow
or by vaibhav
Published on 2010-06-04T05:30:58Z
Indexed on
2010/06/04
6:09 UTC
Read the original article
Hit count: 231
I am trying to send an asp control (textbox) to a javascript function.
onblur="CalculateLossRatio(this.value,<%=txtLossRatioCurrentYear.ClientID%>)"
Is is the right way to do this.
© Stack Overflow or respective owner