External js file jquery function doesn't seem to get clientId....
Posted
by Pandiya Chendur
on Stack Overflow
See other posts from Stack Overflow
or by Pandiya Chendur
Published on 2010-04-14T14:38:12Z
Indexed on
2010/04/14
14:43 UTC
Read the original article
Hit count: 217
I use an externel javascript file and i have this,
function getdropdownvalue()
{
alert($("#<%=DLState.ClientID%>"));
}
but it doesn't seem to get my dropdown's clientId... Any suggestion...
© Stack Overflow or respective owner