Hi all,
I trying to make my dropdownlist to autopost back when needed so i use this coding
Code:
ddlGLCode.Attributes["onchange"] = "if (ddlNotListed(document.getElementById('" + ddlGLCode.ClientID + "')))";
but it dun work, so i take a look at the html source
and find out that there is a ";" breaking the whole if statement, is there aniway to bypass it.
i found out this code from
here and waitin for that person to reply but at the meantime i decided to ask others as well