External js file jquery function doesn't seem to get clientId....
- by Pandiya Chendur
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...